fix: replace down URL

This commit is contained in:
Kévin Dunglas
2023-09-04 22:51:30 +02:00
parent eb07934e6e
commit cb670e3067

View File

@@ -357,9 +357,8 @@
} }
}, },
"pkg-config": { "pkg-config": {
"type": "filelist", "type": "url",
"url": "https://pkgconfig.freedesktop.org/releases/", "url": "https://gitlab.freedesktop.org/pkg-config/pkg-config/-/archive/pkg-config-0.29.2/pkg-config-pkg-config-0.29.2.tar.gz",
"regex": "/href=\"(?<file>pkg-config-(?<version>[^\"]+)\\.tar\\.gz)\"/",
"license": { "license": {
"type": "file", "type": "file",
"path": "COPYING" "path": "COPYING"