From 5caf9f780a4fef476fc8bd4843e6824790235c3a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 24 Feb 2021 15:05:48 -0500 Subject: [PATCH 1/2] buildah: update to 1.19.6. --- srcpkgs/buildah/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template index 18c5caea77e..86c7a21de13 100644 --- a/srcpkgs/buildah/template +++ b/srcpkgs/buildah/template @@ -1,6 +1,6 @@ # Template file for 'buildah' pkgname=buildah -version=1.18.0 +version=1.19.6 revision=1 build_style=go go_import_path=github.com/containers/buildah @@ -16,7 +16,7 @@ license="Apache-2.0" homepage="https://github.com/containers/buildah" changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=500c82fb369fd08a9bb9a41f294c5975f17575770dbfaba5cce9a6e09b6a3fb9 +checksum=4f2e737521691abddfff7eaf6d7a7137db019c842de61d68054ccc2a6587c2fd post_build() { make -C docs GOMD2MAN=go-md2man From d2a96815e40e170c6544ae599b1c2813c1dfc17f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 24 Feb 2021 15:05:50 -0500 Subject: [PATCH 2/2] podman: update to 3.0.1. --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 0770cc6ec14..470a811d86f 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=2.2.1 +version=3.0.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=bd86b181251e2308cb52f18410fb52d89df7f130cecf0298bbf9a848fe7daf60 +checksum=259e682d6e90595573fe8880e0252cc8b08c813e19408b911c43383a6edd6852 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"