diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 04b2b9c38ba..5060ed82819 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,7 +1,7 @@ # Template file for 'podman' pkgname=podman -version=4.5.1 -revision=2 +version=4.7.2 +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" @@ -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=ee2c8b02b7fe301057f0382637b995a9c6c74e8d530692d6918e4c509ade6e39 +checksum=10346c5603546427bd809b4d855d1e39b660183232309128ad17a64969a0193d if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"