From 6eadbca21bf9a3b57058160a2f7ea8f4cc5f21dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 4 Sep 2023 22:51:30 +0200 Subject: [PATCH] fix: replace down URL --- config/source.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/source.json b/config/source.json index b79f0286b..01ccb21d8 100644 --- a/config/source.json +++ b/config/source.json @@ -356,9 +356,8 @@ } }, "pkg-config": { - "type": "filelist", - "url": "https://pkgconfig.freedesktop.org/releases/", - "regex": "/href=\"(?pkg-config-(?[^\"]+)\\.tar\\.gz)\"/", + "type": "url", + "url": "https://gitlab.freedesktop.org/pkg-config/pkg-config/-/archive/pkg-config-0.29.2/pkg-config-pkg-config-0.29.2.tar.gz", "license": { "type": "file", "path": "COPYING"