podman: update to 4.7.2
This commit is contained in:
parent
78f7fbe3d7
commit
1d1a4ddddf
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=4.5.1
|
||||
revision=2
|
||||
version=4.7.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/podman/v4"
|
||||
go_package="${go_import_path}/cmd/podman ${go_import_path}/cmd/rootlessport"
|
||||
|
@ -16,7 +16,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=ee2c8b02b7fe301057f0382637b995a9c6c74e8d530692d6918e4c509ade6e39
|
||||
checksum=10346c5603546427bd809b4d855d1e39b660183232309128ad17a64969a0193d
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
go_build_tags+=" containers_image_openpgp"
|
||||
|
|
Loading…
Reference in New Issue