diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-12-16 17:19:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 08:44:29 +0700 |
commit | e7c137a77016f69ba8fc0141ab31c9ad74363510 (patch) | |
tree | 8d29e615a740ee9f2f5e418a4f0e2882f93d42eb /system/docker/docker.info | |
parent | 06a71ef0bb6e1825087e188fcf93c163ece1f7e2 (diff) |
system/docker: Updated for version 18.09.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/docker/docker.info')
-rw-r--r-- | system/docker/docker.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/docker/docker.info b/system/docker/docker.info index 86bfcd7ce7574..b10994bb107a5 100644 --- a/system/docker/docker.info +++ b/system/docker/docker.info @@ -1,10 +1,10 @@ PRGNAM="docker" -VERSION="18.03.1" -HOMEPAGE="https://www.docker.com/community-edition" +VERSION="18.09.0" +HOMEPAGE="https://www.docker.com/products/docker-engine" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v18.03.1-ce/docker-ce-18.03.1-ce.tar.gz" -MD5SUM_x86_64="9666ed40c28ea401d5c7eb891581a3bb" +DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v18.09.0/docker-ce-18.09.0.tar.gz" +MD5SUM_x86_64="cf7f7fd8dde4bea3798cea36e8f806a1" REQUIRES="containerd docker-proxy tini" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |