mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-machine-kvm: Adjust docker-machine source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aabc13f06b
commit
d2903d02b3
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue