mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/docker: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2f225d305
commit
2545f67f5e
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue