docker-cli: update to 23.0.2.
This commit is contained in:
parent
cabd4fa1f0
commit
58c3d6d00e
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'docker-cli'
|
||||
# should be kept in sync with moby
|
||||
pkgname=docker-cli
|
||||
version=23.0.1
|
||||
revision=2
|
||||
version=23.0.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_package="github.com/docker/cli/cmd/docker"
|
||||
go_import_path="github.com/docker/cli"
|
||||
|
@ -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=37bc1c71a782fc10d35aa6708c1b3c90a71f3947c33665cb0de68df25dc14d94
|
||||
checksum=bef4fc68b9f81ab2ae8bb2605e16a0965a3c4a82f0c0cf9d9f5d2cee8e95415d
|
||||
system_groups="docker"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue