From af860afe02adb27a437bb3ae41c84715f999d5c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 15 Nov 2021 10:48:38 -0500 Subject: [PATCH] podman: update to 3.4.2. --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 38cdedc9d1..dd4b69d1ec 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=3.4.0 +version=3.4.2 revision=1 build_style=go go_import_path="github.com/containers/podman/v3" @@ -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=558dcc8fbf72095aa1ec8abeb84ca2093dd0d51b77f0115ef855e640e2f03146 +checksum=b0c4f9a11eb500b1d440d5e51a6c0c632aa4ac458e2dc0362f50f999eb7fbf31 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"