mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/docker: Updated for version 17.09.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
ecb9622080
commit
09435b2441
2 changed files with 5 additions and 5 deletions
|
@ -24,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=docker
|
||||
VERSION=${VERSION:-17.09.0}
|
||||
GITHASH=${GITHASH:-afdb6d4}
|
||||
VERSION=${VERSION:-17.09.1}
|
||||
GITHASH=${GITHASH:-19e2cf6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker"
|
||||
VERSION="17.09.0"
|
||||
VERSION="17.09.1"
|
||||
HOMEPAGE="https://www.docker.com/community-edition"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v17.09.0-ce/docker-ce-17.09.0-ce.tar.gz"
|
||||
MD5SUM_x86_64="e0df90392b2daa545562342dabf181cf"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/docker-ce/archive/v17.09.1-ce/docker-ce-17.09.1-ce.tar.gz"
|
||||
MD5SUM_x86_64="884c749b6d8687deacd65a1412060776"
|
||||
REQUIRES="containerd docker-proxy tini"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue