podman: update to 2.0.1.

This commit is contained in:
Cameron Nemo 2020-06-25 16:01:45 -07:00 committed by Piraty
parent 50c4ca1222
commit 2040f7c93a

View file

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=2.0.0
version=2.0.1
revision=1
wrksrc="libpod-${version}"
build_style=go
@ -16,7 +16,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=3abb67c0c786f54e1a1362f87248be0baf64137f74ff0c7fbc8d2426efd104ee
checksum=bc151fbcb4890f3862124d5b2b272bd0152307e3945cb9cef4ba90f14a863d80
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"