podman: update to 3.0.1.

Closes: #29038 [via git-merge-pr]
This commit is contained in:
Andrew J. Hesford 2021-02-24 15:05:50 -05:00
parent cca7ca9c51
commit 884173ae27

View file

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=2.2.1
version=3.0.1
revision=1
build_style=go
go_import_path="github.com/containers/podman/v2"
@ -15,7 +15,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0"
homepage="https://podman.io/"
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
checksum=bd86b181251e2308cb52f18410fb52d89df7f130cecf0298bbf9a848fe7daf60
checksum=259e682d6e90595573fe8880e0252cc8b08c813e19408b911c43383a6edd6852
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"