From d75b573419d26d86ac4658168ab9d42e24c474bd Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 11 Dec 2020 13:52:16 +0100 Subject: [PATCH] podman: update to 2.2.1. --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index e81da5b2dc2..0770cc6ec14 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=2.2.0 +version=2.2.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=ec5473e51fa28f29af323473fc484f742dc7df23d06d8ba9f217f13382893a71 +checksum=bd86b181251e2308cb52f18410fb52d89df7f130cecf0298bbf9a848fe7daf60 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"