From 727d78a68992be2ed3d2b8791fa8b9702863aa2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 11 Sep 2023 14:30:42 +0200 Subject: [PATCH] Revert "fix: replace down URL" This reverts commit 6eadbca21bf9a3b57058160a2f7ea8f4cc5f21dd. --- config/source.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/source.json b/config/source.json index 8ccb7416..3c052a26 100644 --- a/config/source.json +++ b/config/source.json @@ -357,8 +357,9 @@ } }, "pkg-config": { - "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", + "type": "filelist", + "url": "https://pkgconfig.freedesktop.org/releases/", + "regex": "/href=\"(?pkg-config-(?[^\"]+)\\.tar\\.gz)\"/", "license": { "type": "file", "path": "COPYING"