summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/docker-machine/docker-machine.SlackBuild6
-rw-r--r--system/docker-machine/docker-machine.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/docker-machine/docker-machine.SlackBuild b/system/docker-machine/docker-machine.SlackBuild
index 125c5abc9f..15a2d4761a 100644
--- a/system/docker-machine/docker-machine.SlackBuild
+++ b/system/docker-machine/docker-machine.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for docker-machine
-# Copyright 2017 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
PRGNAM=docker-machine
SRCNAM=machine
-VERSION=${VERSION:-0.13.0}
-GITHASH=${GITHASH:-9ba6da9}
+VERSION=${VERSION:-0.14.0}
+GITHASH=${GITHASH:-89b8332}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/docker-machine/docker-machine.info b/system/docker-machine/docker-machine.info
index 52aa931f57..078e05d527 100644
--- a/system/docker-machine/docker-machine.info
+++ b/system/docker-machine/docker-machine.info
@@ -1,10 +1,10 @@
PRGNAM="docker-machine"
-VERSION="0.13.0"
+VERSION="0.14.0"
HOMEPAGE="https://docs.docker.com/machine/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/machine/archive/v0.13.0/machine-0.13.0.tar.gz"
-MD5SUM_x86_64="7ab74f3eff7ccff5fe46371ebc67f6f9"
+DOWNLOAD_x86_64="https://github.com/docker/machine/archive/v0.14.0/machine-0.14.0.tar.gz"
+MD5SUM_x86_64="a6cbade83ee92cc7e2851ccfa86a546b"
REQUIRES="google-go-lang"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"