summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Vincent Batts <vbatts@hashbangbash.com>2015-05-22 18:47:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-22 18:47:48 +0700
commit2545f67f5e7f40a3074edbfd78d11d1379a92a1f (patch)
treef2f873ef1313a944baf7ef249fc1aeb582ef702d /system
parentd2f225d3051170be18fb297eabe24c996c05d693 (diff)
downloadslackbuilds-2545f67f5e7f40a3074edbfd78d11d1379a92a1f.tar.gz
slackbuilds-2545f67f5e7f40a3074edbfd78d11d1379a92a1f.tar.xz
system/docker: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/docker/docker.SlackBuild4
-rw-r--r--system/docker/docker.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild
index 0896b52456..46128a0377 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.6.0}
+VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-GITHASH=${GITHASH:-4749651}
+GITHASH=${GITHASH:-7c8fca2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/system/docker/docker.info b/system/docker/docker.info
index 3854a47c43..e80706c10b 100644
--- a/system/docker/docker.info
+++ b/system/docker/docker.info
@@ -1,10 +1,10 @@
PRGNAM="docker"
-VERSION="1.6.0"
+VERSION="1.6.2"
HOMEPAGE="https://docker.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.6.0.tar.gz"
-MD5SUM_x86_64="a7d81b566e3003698003506516ad932e"
+DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.6.2.tar.gz"
+MD5SUM_x86_64="81a1a015ec0520d739ec721f8295d94f"
REQUIRES="google-go-lang"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"