podman: update to 3.2.1.

This commit is contained in:
Cameron Nemo 2021-06-19 15:05:28 -07:00 committed by Piraty
parent 3bfde22891
commit e91621d9d8

View file

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=3.1.2
version=3.2.1
revision=1
build_style=go
go_import_path="github.com/containers/podman/v3"
@ -14,7 +14,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0"
homepage="https://podman.io/"
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
checksum=5a0d42e03d15e32c5c54a147da5ef1b8928ec00982ac9e3f1edc82c5e614b6d2
checksum=140cbe8d6cb7807cbd3ef6d549d888e1c0e44d32dcff3a27453630fc52e7f5b8
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"