From bd232c403d9a62db713a72910acc52d464a6758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Fri, 24 Mar 2023 00:59:25 +0100 Subject: [PATCH] podman: update to 4.4.3. --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 0c7265f3dfb0..caf0a2fb0848 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=4.4.0 +version=4.4.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=4bb966fd960b0aae05181e30672a6b20be365225758110eb251b81214414cb25 +checksum=c4770787f008923ec3181ea49c31bdb4d2b77458dbc842f43053fc96a1914ee0 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"