From 6c700271326117c0eaf3db5b72db42ae0d670d65 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 10 Feb 2024 02:50:10 +0100 Subject: [PATCH] docker-cli: update to 25.0.3. --- srcpkgs/docker-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template index 0f6aeaf11db..7d0ad1e40db 100644 --- a/srcpkgs/docker-cli/template +++ b/srcpkgs/docker-cli/template @@ -1,7 +1,7 @@ # Template file for 'docker-cli' # should be kept in sync with moby pkgname=docker-cli -version=25.0.2 +version=25.0.3 revision=1 build_style=go go_package="github.com/docker/cli/cmd/docker" @@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni " license="Apache-2.0" homepage="https://www.docker.com" distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz" -checksum=1c287a8fd316384c0daf923c1cd9634a0a7a0477b7b3c9595847fb0ce84945d0 +checksum=04ad0cea992a65db20cb1b0dbf6d1ce32c705ce879de51b22095fe8d28030815 system_groups="docker" pre_build() {