From 48bad7c55da85e6fa822a1e0ed6b7ddf43d2b27a Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 8 May 2022 13:31:20 -0700 Subject: [PATCH] podman: update to 4.1.0 --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index a12ca2c32440..d958bddb56ff 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=4.0.3 +version=4.1.0 revision=1 build_style=go go_import_path="github.com/containers/podman/v4" @@ -15,7 +15,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=e3b53fc9142d4f2dc085f17a377d92ffb8bfe7756c4f47b8128b38bcc3540cbc +checksum=f814e12a7311d486c1ccdc4eb021bc6dd24499569de7a572e436342876f70e95 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"