podman: update to 4.2.0

This commit is contained in:
Cameron Nemo 2022-08-30 11:58:32 -07:00 committed by Michal Vasilek
parent 1623203a2e
commit c7be2310a7

View file

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=4.1.0
version=4.2.0
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=f814e12a7311d486c1ccdc4eb021bc6dd24499569de7a572e436342876f70e95
checksum=15f8bc59025ccd97dc9212a552e7274dfb79e1633b02d6a2a7f63d747eadb2f4
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"