docker-cli: update to 20.10.23.
This commit is contained in:
parent
0946a47592
commit
69fc4137aa
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker-cli'
|
# Template file for 'docker-cli'
|
||||||
# should be kept in sync with moby
|
# should be kept in sync with moby
|
||||||
pkgname=docker-cli
|
pkgname=docker-cli
|
||||||
version=20.10.22
|
version=20.10.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_package="github.com/docker/cli/cmd/docker"
|
go_package="github.com/docker/cli/cmd/docker"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.docker.com"
|
homepage="https://www.docker.com"
|
||||||
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
|
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
|
||||||
checksum=84d71ac2b508b54e8df9f3ea425aa33e254fd3645fe9bad5619b98eaffb33408
|
checksum=55563b87050ce7b9b2124a9b882fdef4fa17e23f431ad502c8227101d5e789fd
|
||||||
system_groups="docker"
|
system_groups="docker"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in New Issue