podman: update to 3.1.1.

This commit is contained in:
Daniel Eyßer 2021-04-18 14:19:43 +02:00 committed by Enno Boland
parent 9e4cddc80a
commit babb305936

View file

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=3.1.0
version=3.1.1
revision=1
build_style=go
go_import_path="github.com/containers/podman/v3"
@ -13,8 +13,8 @@ short_desc="Simple management tool for containers and images"
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=60031aa620cbfab641ffef9cb4e68240a0383c23ffd0276938684e98794bb5db
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
checksum=4e6fb106c6363566b6edc4ac6caee0bdf6b788e01255c3b3bfcb64f4b6842229
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"