podman: update to 3.4.0

This commit is contained in:
Cameron Nemo 2021-10-04 22:09:52 -07:00 committed by Piraty
parent e95b0a2e96
commit 73b1ce4a95
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=3.3.1
version=3.4.0
revision=1
build_style=go
go_import_path="github.com/containers/podman/v3"
@ -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=6e3c57f5fd4199bc7603effb8c34268ee7f65fcd30c7b0d4778396b69388ae1f
checksum=558dcc8fbf72095aa1ec8abeb84ca2093dd0d51b77f0115ef855e640e2f03146
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"