podman: update to 2.0.4.

This commit is contained in:
Cameron Nemo 2020-08-09 11:43:05 -07:00 committed by Piraty
parent 5ecf81f8a6
commit 2cbba634d8

View file

@ -1,6 +1,6 @@
# Template file for 'podman' # Template file for 'podman'
pkgname=podman pkgname=podman
version=2.0.3 version=2.0.4
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=924f1b8579e4c2f0f7413f8ff8e952c65243a61b5f3a73764e1600670714ad70 checksum=ec7524a55f607dea2a8c6990082dc3bde1a6e5b1e8250836fde19974ccc9857c
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp" go_build_tags+=" containers_image_openpgp"