docker-cli: update to 24.0.6.

This commit is contained in:
Andrea Brancaleoni 2023-09-06 15:42:27 +02:00
parent d06d62f78a
commit 5bd979b07c

View File

@ -1,8 +1,8 @@
# Template file for 'docker-cli'
# should be kept in sync with moby
pkgname=docker-cli
version=24.0.5
revision=2
version=24.0.6
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=fa32b5f3c2f85fba9ef6e1b5099a4b608fa20af45ba71b3da2194e8728037eec
checksum=c1a4a580ced3633e489c5c9869a20198415da44df7023fdc200d425cdf5fa652
system_groups="docker"
pre_build() {