podman: update to 5.3.1.

This commit is contained in:
Bryan A. S. 2024-11-22 16:10:43 -03:00 committed by classabbyamp
parent 7a99cfebe8
commit 2ef2bcabb6
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'podman' # Template file for 'podman'
pkgname=podman pkgname=podman
version=5.1.2 version=5.3.1
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/containers/podman/v5" go_import_path="github.com/containers/podman/v5"
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport" go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
@ -17,7 +17,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=0e1c4202d25dc270b996583cff97d806eab88682beb9586a6813431559273fc9 checksum=5b4e9ddce69cc2c8c8b8529e90093ae3ea9cb2959e2fceb98469b282dbffbcc7
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp" go_build_tags+=" containers_image_openpgp"