From ee0adce2a3f269affddcb14a578d4a1ee7ffa2d1 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 18 Nov 2024 09:22:00 +0100 Subject: [PATCH] package/curios-nftables: bump to v24.11.0 Signed-off-by: Joachim Wiberg --- package/curios-nftables/curios-nftables.hash | 4 ++-- package/curios-nftables/curios-nftables.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/curios-nftables/curios-nftables.hash b/package/curios-nftables/curios-nftables.hash index 230c0251..d21e6360 100644 --- a/package/curios-nftables/curios-nftables.hash +++ b/package/curios-nftables/curios-nftables.hash @@ -1,4 +1,4 @@ # Locally computed sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING -sha256 f25651505bf4fc635dc8d391f377b1116837e99dee522ce0691c15b090cee818 curios-nftables-oci-arm64-v24.05.0.tar.gz -sha256 025c2a5d6c71c62ebbe6f96d8b9ffa3235d6812e87b51645f6e89357d9762669 curios-nftables-oci-amd64-v24.05.0.tar.gz +sha256 95b3625587738cb0a8cc6e9eb41d10a0b2f77ae99dbb1d9b213148d35268eb75 curios-nftables-oci-arm64-v24.11.0.tar.gz +sha256 4f61ccef90721b8f95a5c7b77b69ccccb5dbd215b9c38986d20e5b245244e902 curios-nftables-oci-amd64-v24.11.0.tar.gz diff --git a/package/curios-nftables/curios-nftables.mk b/package/curios-nftables/curios-nftables.mk index 39fda9c1..bec570fb 100644 --- a/package/curios-nftables/curios-nftables.mk +++ b/package/curios-nftables/curios-nftables.mk @@ -4,7 +4,7 @@ # ################################################################################ -CURIOS_NFTABLES_VERSION = v24.05.0 +CURIOS_NFTABLES_VERSION = v24.11.0 CURIOS_NFTABLES_SOURCE = curios-nftables-oci-$(GO_GOARCH)-$(CURIOS_NFTABLES_VERSION).tar.gz CURIOS_NFTABLES_SITE = https://github.com/kernelkit/curiOS/releases/download/$(CURIOS_NFTABLES_VERSION) CURIOS_NFTABLES_LICENSE = GPL