podman: update to 2.0.6.

This commit is contained in:
Cameron Nemo 2020-09-02 21:22:54 -07:00 committed by Andrew J. Hesford
parent f19b7ca5d8
commit 9a5eef1fd1

View file

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