diff options
Diffstat (limited to 'system/docker-machine/docker-machine.SlackBuild')
-rw-r--r-- | system/docker-machine/docker-machine.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/docker-machine/docker-machine.SlackBuild b/system/docker-machine/docker-machine.SlackBuild index 125c5abc9fbc4..15a2d4761a7f3 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} |