podman: update to 4.0.3.

This commit is contained in:
Michael Aldridge 2022-04-01 13:40:10 -05:00
parent bdd3622662
commit de7e688ac8

View file

@ -1,7 +1,7 @@
# Template file for 'podman' # Template file for 'podman'
pkgname=podman pkgname=podman
version=4.0.2 version=4.0.3
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/containers/podman/v4" go_import_path="github.com/containers/podman/v4"
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport" go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
@ -15,7 +15,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=cac4328b0a5e618f4f6567944e255d15fad3e1f7901df55603f1efdd7aaeda95 checksum=e3b53fc9142d4f2dc085f17a377d92ffb8bfe7756c4f47b8128b38bcc3540cbc
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp" go_build_tags+=" containers_image_openpgp"