podman: update to 1.9.3.

This commit is contained in:
Cameron Nemo 2020-05-22 13:15:21 -07:00 committed by Helmut Pozimski
parent c1f53b52a0
commit b25ade32d1

View file

@ -1,6 +1,6 @@
# Template file for 'podman' # Template file for 'podman'
pkgname=podman pkgname=podman
version=1.9.2 version=1.9.3
revision=1 revision=1
wrksrc="libpod-${version}" wrksrc="libpod-${version}"
build_style=go build_style=go
@ -16,7 +16,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=99bdf63990b7476323f599011331dd1bf687fe9928f87788a6eb4d1a154d3376 checksum=2c44c6e5f61578e223dce2a2f48776adb553752a782e309e96f2d608e0ace81b
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp" go_build_tags+=" containers_image_openpgp"