From 3a15bf4b6bd36342477162d16ed99aaadb367c38 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 4 Oct 2021 22:09:52 -0700 Subject: [PATCH] podman: update to 3.4.0 --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index a2443a758e5d..38cdedc9d1ca 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=3.3.1 +version=3.4.0 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=6e3c57f5fd4199bc7603effb8c34268ee7f65fcd30c7b0d4778396b69388ae1f +checksum=558dcc8fbf72095aa1ec8abeb84ca2093dd0d51b77f0115ef855e640e2f03146 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"