From e9c9788fa4b02c53485a48a73eeb1de92b6ef41d Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 14 Dec 2023 18:00:06 -0800 Subject: [PATCH 1/2] conmon: update to 2.1.10 --- srcpkgs/conmon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conmon/template b/srcpkgs/conmon/template index 28f0fef9ea173e..00eb3edf017643 100644 --- a/srcpkgs/conmon/template +++ b/srcpkgs/conmon/template @@ -1,6 +1,6 @@ # Template file for 'conmon' pkgname=conmon -version=2.1.8 +version=2.1.10 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Cameron Nemo " license="Apache-2.0" homepage="https://github.com/containers/conmon" distfiles="https://github.com/containers/conmon/archive/v${version}.tar.gz" -checksum=e72c090210a03ca3b43a0fad53f15bca90bbee65105c412468009cf3a5988325 +checksum=455fabcbd4a5a5dc5e05374a71b62dc0b08ee865c2ba398e9dc9acac1ea1836a _have_docs=no From 32dfed5a80b065a1a1580072574af19c60db670a Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Thu, 14 Dec 2023 18:07:13 -0800 Subject: [PATCH 2/2] podman: update to 4.8.2 --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 5060ed828197cb..4ccc4ddd84fce2 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=4.7.2 +version=4.8.2 revision=1 build_style=go go_import_path="github.com/containers/podman/v4" @@ -16,7 +16,7 @@ license="Apache-2.0" homepage="https://podman.io/" changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md" distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz" -checksum=10346c5603546427bd809b4d855d1e39b660183232309128ad17a64969a0193d +checksum=994537a8535f3e4d2f03ced8b0dd58fda44c9d44cef6ba5bf15a970ddfeaf6f8 if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"