podman: update to 2.1.0.

This commit is contained in:
Cameron Nemo 2020-09-22 13:41:11 -07:00 committed by Piraty
parent b159a9cb5e
commit 9a6aab5032

View file

@ -1,9 +1,9 @@
# Template file for 'podman'
pkgname=podman
version=2.0.6
version=2.1.0
revision=1
build_style=go
go_import_path="github.com/containers/libpod/v2"
go_import_path="github.com/containers/podman/v2"
go_package="${go_import_path}/cmd/podman"
go_build_tags="seccomp apparmor containers_image_ostree_stub
btrfs_noversion exclude_graphdriver_btrfs"
@ -15,7 +15,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
license="Apache-2.0"
homepage="https://podman.io/"
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
checksum=990c341fe563d34a25ebab818af60480061cb80e4e8d61eacbdeb998151d6663
checksum=b3098ef71b8f93829ad144352d7223ce4f60f7571e779be5b97fc70538250781
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"