temporarily use fixed url for freetype

This commit is contained in:
crazywhalecc 2023-11-15 18:00:06 +08:00
parent f7c73c00af
commit e3671387fc
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -111,9 +111,8 @@
} }
}, },
"freetype": { "freetype": {
"type": "filelist", "type": "url",
"url": "https://download-mirror.savannah.gnu.org/releases/freetype/", "url": "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz",
"regex": "/href=\"(?<file>freetype-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": { "license": {
"type": "file", "type": "file",
"path": "LICENSE.TXT" "path": "LICENSE.TXT"