system/docker: Updated for version 1.6.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vincent Batts 2015-05-22 18:47:48 +07:00 committed by Willy Sudiarto Raharjo
parent d2f225d305
commit 2545f67f5e
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"