docker-cli: update to 23.0.1.
This commit is contained in:
parent
5847876f06
commit
61341e5fe1
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue