podman: update to 1.8.2.

This commit is contained in:
Cameron Nemo 2020-03-19 22:47:27 -07:00 committed by Juan RP
parent 3af7401fe6
commit 40db34f1a2

View File

@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
version=1.8.0
version=1.8.2
revision=1
wrksrc="libpod-${version}"
build_style=go
@ -16,7 +16,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="Apache-2.0"
homepage="https://podman.io/"
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
checksum=2f771dc5505bd29e21e18a71e6eac549d036ad34fbbec5646ae0c7bfe024eeb5
checksum=69f7ff81da1510ebf2962c1de3170675ca3cd8a24bc00c93742a24bcce17c752
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"