mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/docker-cli: Updated for version 23.0.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
169af1afdc
commit
f5f82ed671
2 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=docker-cli
|
||||
VERSION=${VERSION:-23.0.1}
|
||||
GITHASH=${GITHASH:-a5ee5b1dfc9b8f08ed9e020bb54fc18550173ef6}
|
||||
VERSION=${VERSION:-23.0.6}
|
||||
GITHASH=${GITHASH:-ef23cbc4315ae76c744e02d687c09548ede461bd}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker-cli"
|
||||
VERSION="23.0.1"
|
||||
VERSION="23.0.6"
|
||||
HOMEPAGE="https://www.docker.com/products/container-runtime"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/cli/archive/v23.0.1/cli-23.0.1.tar.gz"
|
||||
MD5SUM_x86_64="5d1654e650a38660e5309f0c67823d9e"
|
||||
DOWNLOAD_x86_64="https://github.com/docker/cli/archive/v23.0.6/cli-23.0.6.tar.gz"
|
||||
MD5SUM_x86_64="a67914f36066ecb34495cc5f2b82e8f2"
|
||||
REQUIRES="docker"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue