From b1eb8b691dffd23edd70859bf09406107781e2ce Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 3 Jan 2024 12:50:15 -0800 Subject: [PATCH] podman: update to 4.8.3 --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 4ccc4ddd84f..94dcefe25ab 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=4.8.2 +version=4.8.3 revision=1 build_style=go go_import_path="github.com/containers/podman/v4" @@ -16,7 +16,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=994537a8535f3e4d2f03ced8b0dd58fda44c9d44cef6ba5bf15a970ddfeaf6f8 +checksum=3a99b6c82644fa52929cf4143943c63d6784c84094892bc0e14197fa38a1c7fa if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"