diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/docker-machine-kvm/docker-machine-kvm.SlackBuild | 2 | ||||
-rw-r--r-- | system/docker-machine-kvm/docker-machine-kvm.info | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/system/docker-machine-kvm/docker-machine-kvm.SlackBuild b/system/docker-machine-kvm/docker-machine-kvm.SlackBuild index 5a5e0dff43310..730b4cbc22fa9 100644 --- a/system/docker-machine-kvm/docker-machine-kvm.SlackBuild +++ b/system/docker-machine-kvm/docker-machine-kvm.SlackBuild @@ -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 diff --git a/system/docker-machine-kvm/docker-machine-kvm.info b/system/docker-machine-kvm/docker-machine-kvm.info index 6d0466364c70d..2b3b39522e564 100644 --- a/system/docker-machine-kvm/docker-machine-kvm.info +++ b/system/docker-machine-kvm/docker-machine-kvm.info @@ -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" |