system/docker-machine-kvm: Adjust docker-machine source.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-11-03 13:25:43 +07:00
parent aabc13f06b
commit d2903d02b3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View file

@ -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}

View file

@ -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"