summaryrefslogtreecommitdiffstats
path: root/system/docker-machine-kvm
diff options
context:
space:
mode:
author Audrius Kažukauskas2018-05-06 16:43:49 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:37 +0200
commit762303638edda28f381f72ea0000d4e58516b394 (patch)
tree06e8adb6722bed15b029a4ef65f6a0541ecee345 /system/docker-machine-kvm
parent3c34b1b15ed955421e1bc4122a9e26c33e8cce24 (diff)
downloadslackbuilds-762303638edda28f381f72ea0000d4e58516b394.tar.gz
system/docker-machine-kvm: Updated libraries.
- libvirt-go to 4.0.0 - machine to 0.14.0 Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/docker-machine-kvm')
-rw-r--r--system/docker-machine-kvm/docker-machine-kvm.SlackBuild4
-rw-r--r--system/docker-machine-kvm/docker-machine-kvm.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/system/docker-machine-kvm/docker-machine-kvm.SlackBuild b/system/docker-machine-kvm/docker-machine-kvm.SlackBuild
index 730b4cbc22..b984c64b05 100644
--- a/system/docker-machine-kvm/docker-machine-kvm.SlackBuild
+++ b/system/docker-machine-kvm/docker-machine-kvm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for docker-machine-kvm
-# Copyright 2017 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=docker-machine-kvm
VERSION=${VERSION:-0.10.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/system/docker-machine-kvm/docker-machine-kvm.info b/system/docker-machine-kvm/docker-machine-kvm.info
index 2b3b39522e..7685940e4c 100644
--- a/system/docker-machine-kvm/docker-machine-kvm.info
+++ b/system/docker-machine-kvm/docker-machine-kvm.info
@@ -4,11 +4,11 @@ HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/dhiltgen/docker-machine-kvm/archive/v0.10.0/docker-machine-kvm-0.10.0.tar.gz \
- https://github.com/libvirt/libvirt-go/archive/v3.9.0/libvirt-go-3.9.0.tar.gz \
- https://github.com/docker/machine/archive/v0.13.0/machine-0.13.0.tar.gz"
+ https://github.com/libvirt/libvirt-go/archive/v4.0.0/libvirt-go-4.0.0.tar.gz \
+ https://github.com/docker/machine/archive/v0.14.0/machine-0.14.0.tar.gz"
MD5SUM_x86_64="ad81e6900ace350cbf19be148211dc72 \
- 9ac81f6cbc54114fb8bf937ad04ae1a9 \
- 7ab74f3eff7ccff5fe46371ebc67f6f9"
+ 7c447ed4f800364ed7aaf4707e032f56 \
+ a6cbade83ee92cc7e2851ccfa86a546b"
REQUIRES="docker-machine libvirt"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"