podman: update to 4.3.1

This commit is contained in:
Cameron Nemo 2022-11-10 10:53:32 -08:00 committed by Michal Vasilek
parent 628e550a3e
commit 6b4973db34
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=4.3.0
version=4.3.1
revision=1
build_style=go
go_import_path="github.com/containers/podman/v4"
@ -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=55a3a09b80f23f78aaeb74fbf878fa0b1ef1842e5b282ad61e82a9dc4c74bf34
checksum=455c29c4ee78cd6365e5d46e20dd31a5ce4e6e1752db6774253d76bd3ca78813
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"