mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/docker-cli: Updated for version 20.10.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2675b8108e
commit
f7d45ebe94
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-cli
|
||||
VERSION=${VERSION:-20.10.6}
|
||||
GITHASH=${GITHASH:-370c289}
|
||||
VERSION=${VERSION:-20.10.10}
|
||||
GITHASH=${GITHASH:-b485636}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-cli"
|
||||
VERSION="20.10.6"
|
||||
VERSION="20.10.10"
|
||||
HOMEPAGE="https://www.docker.com/products/container-runtime"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/cli/archive/v20.10.6/cli-20.10.6.tar.gz"
|
||||
MD5SUM_x86_64="3764cb6cfab3dc414e98a249b146924c"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/cli/archive/v20.10.10/cli-20.10.10.tar.gz"
|
||||
MD5SUM_x86_64="9f6b1bbc478a03193c2fd6948f2bd97b"
|
||||
REQUIRES="docker"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue