podman: update to 4.8.2

This commit is contained in:
Cameron Nemo 2023-12-14 18:07:13 -08:00 committed by Leah Neukirchen
parent 9378632b3b
commit 0c9f6d5210

View file

@ -1,6 +1,6 @@
# Template file for 'podman' # Template file for 'podman'
pkgname=podman pkgname=podman
version=4.7.2 version=4.8.2
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/containers/podman/v4" go_import_path="github.com/containers/podman/v4"
@ -16,7 +16,7 @@ license="Apache-2.0"
homepage="https://podman.io/" homepage="https://podman.io/"
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md" changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz" distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
checksum=10346c5603546427bd809b4d855d1e39b660183232309128ad17a64969a0193d checksum=994537a8535f3e4d2f03ced8b0dd58fda44c9d44cef6ba5bf15a970ddfeaf6f8
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp" go_build_tags+=" containers_image_openpgp"