From 0615ea0a437d0f692dd6ea93b997cd676691c062 Mon Sep 17 00:00:00 2001 From: Pascal Huber Date: Sun, 7 May 2023 14:15:26 +0200 Subject: [PATCH] libnl3: fix update-check --- srcpkgs/libnl3/update | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/libnl3/update b/srcpkgs/libnl3/update index d33f5a4a1ec..1c19d54f279 100644 --- a/srcpkgs/libnl3/update +++ b/srcpkgs/libnl3/update @@ -1,2 +1 @@ -site=https://github.com/thom311/libnl/releases -pattern="libnl-\K[\d.]*(?=\.tar\.gz)" +pattern="libnl\K[\d_]+"