podman: update to 1.5.0.

This commit is contained in:
Cameron Nemo 2019-08-11 13:44:13 -07:00 committed by Enno Boland
parent 4405bfb29f
commit 5dcdbf153d

View file

@ -1,7 +1,7 @@
# Template file for 'podman'
pkgname=podman
version=1.4.4
revision=3
version=1.5.0
revision=1
wrksrc="libpod-${version}"
build_style=go
go_import_path="github.com/containers/libpod"
@ -16,7 +16,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
license="Apache-2.0"
homepage="https://podman.io/"
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
checksum=2e027c1b935f3a03f27ef7f17823ccf334607a17d033d4ce53a90b98294e7f68
checksum=12f479044c5bfe23f695914c8f61d6f21247ffb877fc855c3737da289b8ec68b
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"