docker-cli: update to 23.0.3.

This commit is contained in:
Andrea Brancaleoni 2023-04-14 16:23:59 +02:00
parent f052c67f86
commit b94802a326

View file

@ -1,8 +1,8 @@
# 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=23.0.2 version=23.0.3
revision=2 revision=1
build_style=go build_style=go
go_package="github.com/docker/cli/cmd/docker" go_package="github.com/docker/cli/cmd/docker"
go_import_path="github.com/docker/cli" go_import_path="github.com/docker/cli"
@ -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=bef4fc68b9f81ab2ae8bb2605e16a0965a3c4a82f0c0cf9d9f5d2cee8e95415d checksum=7d67500372b560110e8200815f7111962ccec7d0eb3b743f80e262c38e2f7b82
system_groups="docker" system_groups="docker"
pre_build() { pre_build() {