summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2019-02-12 19:49:55 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-17 21:56:42 +0700
commitcfed026acc6d299e2d12f2c3f4912d1eda7bec6b (patch)
treeee5b96c3873f2d2ea9420e32b18d279c946dc5bd
parent0c9327663ab930dcb09ac1f31ab6cb49606f3c3f (diff)
downloadslackbuilds-cfed026acc6d299e2d12f2c3f4912d1eda7bec6b.tar.gz
slackbuilds-cfed026acc6d299e2d12f2c3f4912d1eda7bec6b.tar.xz
system/docker: Updated for version 18.09.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-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 5fd5d5142b..5eaba151e9 100644
--- a/system/docker/docker.SlackBuild
+++ b/system/docker/docker.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for docker
# Copyright 2014-2015 Vincent Batts <vbatts@hashbangbash.com>
-# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2017-2019 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=docker
-VERSION=${VERSION:-18.09.0}
-GITHASH=${GITHASH:-4d60db4}
+VERSION=${VERSION:-18.09.2}
+GITHASH=${GITHASH:-6247962}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/docker/docker.info b/system/docker/docker.info
index b10994bb10..111ee681c6 100644
--- a/system/docker/docker.info
+++ b/system/docker/docker.info
@@ -1,10 +1,10 @@
PRGNAM="docker"
-VERSION="18.09.0"
+VERSION="18.09.2"
HOMEPAGE="https://www.docker.com/products/docker-engine"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v18.09.0/docker-ce-18.09.0.tar.gz"
-MD5SUM_x86_64="cf7f7fd8dde4bea3798cea36e8f806a1"
+DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v18.09.2/docker-ce-18.09.2.tar.gz"
+MD5SUM_x86_64="8a67b2ebca0d3dbc0a268183b0990bd5"
REQUIRES="containerd docker-proxy tini"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"