Revert "fix: replace down URL"

This reverts commit 6eadbca21bf9a3b57058160a2f7ea8f4cc5f21dd.
This commit is contained in:
Kévin Dunglas 2023-09-11 14:30:42 +02:00 committed by Jerry Ma
parent 9b1e784604
commit 727d78a689

View File

@ -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=\"(?<file>pkg-config-(?<version>[^\"]+)\\.tar\\.gz)\"/",
"license": {
"type": "file",
"path": "COPYING"