podman: update to 1.9.2.

This commit is contained in:
Reed Wade 2020-05-14 08:51:58 +02:00 committed by Piraty
parent 4631979ea4
commit 342d033469

View File

@ -1,7 +1,7 @@
# Template file for 'podman' # Template file for 'podman'
pkgname=podman pkgname=podman
version=1.8.2 version=1.9.2
revision=2 revision=1
wrksrc="libpod-${version}" wrksrc="libpod-${version}"
build_style=go build_style=go
go_import_path="github.com/containers/libpod" go_import_path="github.com/containers/libpod"
@ -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=69f7ff81da1510ebf2962c1de3170675ca3cd8a24bc00c93742a24bcce17c752 checksum=99bdf63990b7476323f599011331dd1bf687fe9928f87788a6eb4d1a154d3376
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp" go_build_tags+=" containers_image_openpgp"