mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/docker-machine-kvm: Updated libraries.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
3a8b2d0d00
commit
18e206b312
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=docker-machine-kvm
|
||||
VERSION=${VERSION:-0.10.0}
|
||||
BUILD=${BUILD:-3}
|
||||
BUILD=${BUILD:-4}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -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/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"
|
||||
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"
|
||||
MD5SUM_x86_64="ad81e6900ace350cbf19be148211dc72 \
|
||||
7c447ed4f800364ed7aaf4707e032f56 \
|
||||
a6cbade83ee92cc7e2851ccfa86a546b"
|
||||
a3acc9b5d1c75100a36a91fbff5269aa \
|
||||
0a114be15896b6d8cc1c2517097bd12a"
|
||||
REQUIRES="docker-machine libvirt"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue