From 66361a46067238263b9e285a385c8651246c8f24 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 15 Feb 2024 20:25:50 +0100 Subject: [PATCH] libnl3: update to 3.9.0. --- srcpkgs/libnl3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index 83a68727a73..0d4efba7630 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -1,6 +1,6 @@ # Template file for 'libnl3' pkgname=libnl3 -version=3.8.0 +version=3.9.0 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="LGPL-2.1-only" homepage="https://github.com/thom311/libnl" distfiles="https://github.com/thom311/libnl/releases/download/libnl${version//./_}/libnl-${version}.tar.gz" -checksum=bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6 +checksum=aed507004d728a5cf11eab48ca4bf9e6e1874444e33939b9d3dfed25018ee9bb pre_build() { vsed -i -e '//i#define _LINUX_IN6_H' lib/route/link/bridge.c