From e32a276dc1139fba07fc014aeb6db4dddb9cb0c9 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 3 Jan 2024 12:11:46 -0800 Subject: [PATCH 1/2] runc: update to 1.1.11 --- srcpkgs/runc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/runc/template b/srcpkgs/runc/template index 2361669f5dd456..c7268618a25655 100644 --- a/srcpkgs/runc/template +++ b/srcpkgs/runc/template @@ -1,6 +1,6 @@ # Template file for 'runc' pkgname=runc -version=1.1.10 +version=1.1.11 revision=1 build_style=go go_import_path=github.com/opencontainers/runc @@ -14,7 +14,7 @@ license="Apache-2.0" homepage="https://github.com/opencontainers/runc" changelog="https://github.com/opencontainers/runc/raw/main/CHANGELOG.md" distfiles="https://github.com/opencontainers/runc/releases/download/v${version}/runc.tar.xz" -checksum=bd3e89ae89319ef344e7e26f392b40e344bcd5bbdea84ca459a43189451615bf +checksum=90a9f8a0093f9e06900e393c11c6b61c597eaf7f9e149aa3aad743961ed25478 post_build() { make man From 9efd9ce07155bb802cb06a9919e09e43a08da563 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 3 Jan 2024 12:50:15 -0800 Subject: [PATCH 2/2] podman: update to 4.8.3 --- srcpkgs/podman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template index 4ccc4ddd84fce2..94dcefe25ab51d 100644 --- a/srcpkgs/podman/template +++ b/srcpkgs/podman/template @@ -1,6 +1,6 @@ # Template file for 'podman' pkgname=podman -version=4.8.2 +version=4.8.3 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=994537a8535f3e4d2f03ced8b0dd58fda44c9d44cef6ba5bf15a970ddfeaf6f8 +checksum=3a99b6c82644fa52929cf4143943c63d6784c84094892bc0e14197fa38a1c7fa if [ "$CROSS_BUILD" ]; then go_build_tags+=" containers_image_openpgp"