summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Vincent Batts2015-05-06 01:18:56 +0200
committer Willy Sudiarto Raharjo2015-05-06 17:14:57 +0200
commit8256672cc9fcb6da7e3137907db5f445d63e4e9c (patch)
tree2c2ddf1d015c87ff5ef066654aca8fe35ac247a4 /system
parente5bc5d492699921e67b5a4a14960f23f7e395704 (diff)
downloadslackbuilds-8256672cc9fcb6da7e3137907db5f445d63e4e9c.tar.gz
system/docker: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/docker/docker.SlackBuild6
-rw-r--r--system/docker/docker.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild
index 6f2084a58f..0896b52456 100644
--- a/system/docker/docker.SlackBuild
+++ b/system/docker/docker.SlackBuild
@@ -5,11 +5,11 @@
# Written by Vincent Batts <vbatts@hashbangbash.com>
PRGNAM=docker
-VERSION=${VERSION:-1.4.1}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-GITHASH=${GITHASH:-5bc2ff8}
+GITHASH=${GITHASH:-4749651}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -64,7 +64,7 @@ patch -p1 -R < $CWD/docker-btrfs.patch
mkdir -p ${PKG}/usr/share/gocode/src/github.com/docker/docker
cp -a . ${PKG}/usr/share/gocode/src/github.com/docker/docker/
-export GOPATH=${PKG}/usr/share/gocode:$(pwd)/vendor
+AUTO_GOPATH=1 \
DOCKER_GITCOMMIT="$GITHASH" \
./hack/make.sh dynbinary
diff --git a/system/docker/docker.info b/system/docker/docker.info
index 5e905626a6..3854a47c43 100644
--- a/system/docker/docker.info
+++ b/system/docker/docker.info
@@ -1,10 +1,10 @@
PRGNAM="docker"
-VERSION="1.4.1"
+VERSION="1.6.0"
HOMEPAGE="https://docker.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.4.1.tar.gz"
-MD5SUM_x86_64="70068f2f59e8d4241ca344dcacdd2058"
+DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.6.0.tar.gz"
+MD5SUM_x86_64="a7d81b566e3003698003506516ad932e"
REQUIRES="google-go-lang"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"