system/docker-machine-kvm: Updated libraries.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2018-12-16 17:51:36 +02:00 committed by Willy Sudiarto Raharjo
parent 3a8b2d0d00
commit 18e206b312
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

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

View file

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