podman: update to 2.0.3.

This commit is contained in:
Cameron Nemo 2020-07-23 19:19:36 -07:00 committed by Andrew J. Hesford
parent 8e4a708a28
commit 492a1f2692

View file

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