From e96feae565a27b2051648d5c27b74e4f1ae33b3a Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Fri, 6 Oct 2023 12:26:26 +0000 Subject: [PATCH] podman: upgrade to 4.7.1 --- main/podman/.checksums | 2 +- main/podman/.pkgfiles | 2 +- main/podman/spkgbuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/podman/.checksums b/main/podman/.checksums index ee29887a4..dc4aa4167 100644 --- a/main/podman/.checksums +++ b/main/podman/.checksums @@ -1 +1 @@ -3ea426678f5c2f4ebf74d5959d9909a9 podman-4.7.0.tar.gz +4fdb49411a3ded3bd140722e3ccd139f podman-4.7.1.tar.gz diff --git a/main/podman/.pkgfiles b/main/podman/.pkgfiles index 265437d63..a72278b92 100644 --- a/main/podman/.pkgfiles +++ b/main/podman/.pkgfiles @@ -1,4 +1,4 @@ -podman-4.7.0-1 +podman-4.7.1-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/podman diff --git a/main/podman/spkgbuild b/main/podman/spkgbuild index 982cae570..31e7200de 100644 --- a/main/podman/spkgbuild +++ b/main/podman/spkgbuild @@ -3,7 +3,7 @@ # depends : go-md2man libseccomp libassuan libgpg-error gpgme name=podman -version=4.7.0 +version=4.7.1 release=1 source="https://github.com/containers/podman/archive/v$version/$name-$version.tar.gz"