summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas2017-09-10 18:42:46 +0200
committer Willy Sudiarto Raharjo2017-09-16 02:15:25 +0200
commitce113e52e4a47102b3b6cfc2092e66684787c33c (patch)
treeeab3d17a35018ca858807f0502d41d90bea227b3
parentb8f20fb641d8bca93097be110a63e895c9c57355 (diff)
downloadslackbuilds-ce113e52e4a47102b3b6cfc2092e66684787c33c.tar.gz
system/docker-machine: Updated for version 0.12.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-rw-r--r--system/docker-machine/docker-machine.SlackBuild12
-rw-r--r--system/docker-machine/docker-machine.info6
2 files changed, 10 insertions, 8 deletions
diff --git a/system/docker-machine/docker-machine.SlackBuild b/system/docker-machine/docker-machine.SlackBuild
index 61c43a2814..a66456d5ce 100644
--- a/system/docker-machine/docker-machine.SlackBuild
+++ b/system/docker-machine/docker-machine.SlackBuild
@@ -24,8 +24,8 @@
PRGNAM=docker-machine
SRCNAM=machine
-VERSION=${VERSION:-0.12.1}
-GITHASH=${GITHASH:-c8b17e8}
+VERSION=${VERSION:-0.12.2}
+GITHASH=${GITHASH:-9371605}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ find -L . \
# Patch git hash to be displayed in version output.
sed -i "/GitCommit =/ s/HEAD/${GITHASH}/" version/version.go
-mkdir -p build
+mkdir build
mv vendor build/src
ln -sf $TMP/$SRCNAM-$VERSION build/src/github.com/docker/machine
@@ -69,8 +69,10 @@ make build \
GOPATH=$TMP/$SRCNAM-$VERSION/build
# Completion.
-install -D -m 0644 contrib/completion/bash/docker-machine.bash $PKG/usr/share/bash-completion/completions/docker-machine
-install -D -m 0644 contrib/completion/zsh/_docker-machine $PKG/usr/share/zsh/site-functions/_docker-machine
+install -D -m 0644 contrib/completion/bash/docker-machine.bash \
+ $PKG/usr/share/bash-completion/completions/docker-machine
+install -D -m 0644 contrib/completion/zsh/_docker-machine \
+ $PKG/usr/share/zsh/site-functions/_docker-machine
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md LICENSE MAINTAINERS README.md $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/docker-machine/docker-machine.info b/system/docker-machine/docker-machine.info
index 12af1df393..347dca5e37 100644
--- a/system/docker-machine/docker-machine.info
+++ b/system/docker-machine/docker-machine.info
@@ -1,10 +1,10 @@
PRGNAM="docker-machine"
-VERSION="0.12.1"
+VERSION="0.12.2"
HOMEPAGE="https://docs.docker.com/machine/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/machine/archive/v0.12.1/machine-0.12.1.tar.gz"
-MD5SUM_x86_64="4b85475806594aa65bb9a1d11bba9e66"
+DOWNLOAD_x86_64="https://github.com/docker/machine/archive/v0.12.2/machine-0.12.2.tar.gz"
+MD5SUM_x86_64="b2673fc2ea2d7b585804778ddb71e258"
REQUIRES="google-go-lang"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"