From 4d6e7c454496fd3441a1805a683524d33318ac14 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 12 Oct 2020 19:11:34 -0700 Subject: [PATCH] podman: update to 2.1.1. --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 46703514fdd..a35adc43e59 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=2.1.0 +version=2.1.1 revision=1 build_style=go go_import_path="github.com/containers/podman/v2" @@ -15,7 +15,7 @@ maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://podman.io/" distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz" -checksum=b3098ef71b8f93829ad144352d7223ce4f60f7571e779be5b97fc70538250781 +checksum=5ebaa6e0dbd7fd1863f70d2bc71dc8a94e195c3339c17e3cac4560c9ec5747f8 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"