From b6e635496ff3fadf093acb0539ab9c10d0072c7b Mon Sep 17 00:00:00 2001 From: Malte Gejr Date: Tue, 10 Jun 2025 08:47:06 +0200 Subject: [PATCH] podman: update to 5.5.1 --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 5c58c17b648..f4f90af0899 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=5.5.0 +version=5.5.1 revision=1 build_style=go go_import_path="github.com/containers/podman/v5" @@ -17,7 +17,7 @@ license="Apache-2.0" homepage="https://podman.io/" changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md" distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz" -checksum=a4abfc72ef9a59ba80d081ea604ad2976ff967ae526e50e234edc1d2481bd9d1 +checksum=00d02f85ad27a46e77456fef1be81865a43147544ed2487e6c4c8decd0e3748f if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"