mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/docker-cli: Updated for version 20.10.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0ab26d9b90
commit
3bea5f440d
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-cli
|
||||
VERSION=${VERSION:-20.10.17}
|
||||
VERSION=${VERSION:-20.10.18}
|
||||
GITHASH=${GITHASH:-aa7e414fdcb23a66e8fabbef0a560ef1769eace5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-cli"
|
||||
VERSION="20.10.17"
|
||||
VERSION="20.10.18"
|
||||
HOMEPAGE="https://www.docker.com/products/container-runtime"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/cli/archive/v20.10.17/cli-20.10.17.tar.gz"
|
||||
MD5SUM_x86_64="ac3c77ffb39b580e23907e286725e00f"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/cli/archive/v20.10.18/cli-20.10.18.tar.gz"
|
||||
MD5SUM_x86_64="8373af6a4d986fdc069e97876a168fad"
|
||||
REQUIRES="docker"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue