From e152407858abc35e4a6e279448950c52e948895b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 3 Jul 2023 12:09:24 +0200 Subject: [PATCH] jq: fix update-check --- srcpkgs/jq/update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/jq/update b/srcpkgs/jq/update index 5952b47d8f74..cc1b6bc61303 100644 --- a/srcpkgs/jq/update +++ b/srcpkgs/jq/update @@ -1 +1,2 @@ -site="http://stedolan.github.io/jq/download/" +site="https://github.com/jqlang/jq/releases" +pattern="${pkgname} \K[\d.]+"