docker-cli: update to 23.0.2.

This commit is contained in:
Andrea Brancaleoni 2023-04-02 05:56:54 +09:00
parent cabd4fa1f0
commit 58c3d6d00e
1 changed files with 3 additions and 3 deletions

View File

@ -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() {