From de7e688ac808d388251865af42e163c59cc6993c Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 1 Apr 2022 13:40:10 -0500 Subject: [PATCH] podman: update to 4.0.3. --- srcpkgs/podman/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 95e0531abad..a12ca2c3244 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,7 +1,7 @@ # Template file for 'podman' pkgname=podman -version=4.0.2 -revision=3 +version=4.0.3 +revision=1 build_style=go go_import_path="github.com/containers/podman/v4" go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport" @@ -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=cac4328b0a5e618f4f6567944e255d15fad3e1f7901df55603f1efdd7aaeda95 +checksum=e3b53fc9142d4f2dc085f17a377d92ffb8bfe7756c4f47b8128b38bcc3540cbc if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"