docker-cli: update to 23.0.1.

This commit is contained in:
Andrea Brancaleoni 2023-02-17 00:54:43 +01:00
parent 5847876f06
commit 61341e5fe1
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'docker-cli'
# should be kept in sync with moby
pkgname=docker-cli
version=20.10.23
version=23.0.1
revision=1
build_style=go
go_package="github.com/docker/cli/cmd/docker"
@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="https://www.docker.com"
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
checksum=55563b87050ce7b9b2124a9b882fdef4fa17e23f431ad502c8227101d5e789fd
checksum=37bc1c71a782fc10d35aa6708c1b3c90a71f3947c33665cb0de68df25dc14d94
system_groups="docker"
pre_build() {
@ -24,7 +24,7 @@ pre_build() {
}
post_build() {
./man/md2man-all.sh
make manpages
}
post_install() {