system/docker-machine-kvm: Updated libvirt-go for version 3.9.0.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2017-11-10 19:54:27 +02:00 committed by Willy Sudiarto Raharjo
parent d5a0691a4b
commit 414c007589
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=docker-machine-kvm
VERSION=${VERSION:-0.10.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -4,10 +4,10 @@ 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/v3.8.0/libvirt-go-3.8.0.tar.gz \
https://github.com/libvirt/libvirt-go/archive/v3.9.0/libvirt-go-3.9.0.tar.gz \
https://github.com/docker/machine/archive/v0.13.0/machine-0.13.0.tar.gz"
MD5SUM_x86_64="ad81e6900ace350cbf19be148211dc72 \
724679cb4372cf6e9c9cddf6e3f3d355 \
9ac81f6cbc54114fb8bf937ad04ae1a9 \
7ab74f3eff7ccff5fe46371ebc67f6f9"
REQUIRES="docker-machine libvirt"
MAINTAINER="Audrius Kažukauskas"