podman: update to 4.0.3.
This commit is contained in:
parent
bdd3622662
commit
de7e688ac8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'podman'
|
||||
pkgname=podman
|
||||
version=4.0.2
|
||||
revision=3
|
||||
version=4.0.3
|
||||
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"
|
||||
|
@ -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=cac4328b0a5e618f4f6567944e255d15fad3e1f7901df55603f1efdd7aaeda95
|
||||
checksum=e3b53fc9142d4f2dc085f17a377d92ffb8bfe7756c4f47b8128b38bcc3540cbc
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
go_build_tags+=" containers_image_openpgp"
|
||||
|
|
Loading…
Reference in a new issue