summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-11-03 07:25:43 +0100
committer Willy Sudiarto Raharjo2021-11-05 16:31:00 +0100
commitd2903d02b31b1a41d23f15e070b929130f5b6356 (patch)
tree4e2e92446dd61012a95b6d5a513c158586b32666 /system
parentaabc13f06bd0cef6c28fcda07052f3ef2f84bf6d (diff)
downloadslackbuilds-d2903d02b31b1a41d23f15e070b929130f5b6356.tar.gz
system/docker-machine-kvm: Adjust docker-machine source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/docker-machine-kvm/docker-machine-kvm.SlackBuild2
-rw-r--r--system/docker-machine-kvm/docker-machine-kvm.info4
2 files changed, 3 insertions, 3 deletions
diff --git a/system/docker-machine-kvm/docker-machine-kvm.SlackBuild b/system/docker-machine-kvm/docker-machine-kvm.SlackBuild
index 8d3db12c17..b48103fb0d 100644
--- a/system/docker-machine-kvm/docker-machine-kvm.SlackBuild
+++ b/system/docker-machine-kvm/docker-machine-kvm.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker-machine-kvm
VERSION=${VERSION:-0.10.0}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/docker-machine-kvm/docker-machine-kvm.info b/system/docker-machine-kvm/docker-machine-kvm.info
index 26d23b79a7..7d3b2795b0 100644
--- a/system/docker-machine-kvm/docker-machine-kvm.info
+++ b/system/docker-machine-kvm/docker-machine-kvm.info
@@ -5,10 +5,10 @@ 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/v4.5.0/libvirt-go-4.5.0.tar.gz \
- https://github.com/docker/machine/archive/v0.16.0/machine-0.16.0.tar.gz"
+ https://github.com/docker/machine/archive/v0.16.2/machine-0.16.2.tar.gz"
MD5SUM_x86_64="ad81e6900ace350cbf19be148211dc72 \
a3acc9b5d1c75100a36a91fbff5269aa \
- 0a114be15896b6d8cc1c2517097bd12a"
+ 29ea13839260c51d7e34068acd37e627"
REQUIRES="docker-machine libvirt"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"