From 6d2adc364b24f9fa08fde32b2abe436b3351d45d Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Mon, 7 Jul 2025 13:23:03 +0200 Subject: [PATCH] libseccomp: update to 2.6.0 Rebased, CI rerun --- srcpkgs/libseccomp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libseccomp/template b/srcpkgs/libseccomp/template index 0970afc908a..50b435a7932 100644 --- a/srcpkgs/libseccomp/template +++ b/srcpkgs/libseccomp/template @@ -1,6 +1,6 @@ # Template file for 'libseccomp' pkgname=libseccomp -version=2.5.5 +version=2.6.0 revision=1 build_style=gnu-configure hostmakedepends="automake libtool gperf" @@ -11,7 +11,7 @@ license="LGPL-2.1-or-later" homepage="https://github.com/seccomp/libseccomp/" changelog="https://raw.githubusercontent.com/seccomp/libseccomp/main/CHANGELOG" distfiles="https://github.com/seccomp/${pkgname}/archive/v${version}.tar.gz" -checksum=7082b016d3cbda3e15c0e71ebd018023d693bb7507389b32f943db13f935e01d +checksum=0889a8da98e37f86019c90789fd4ff7eda6e1ceb9ef07d4c51c67aeb50a77860 pre_configure() { NOCONFIGURE=1 ./autogen.sh