add libxslt source

This commit is contained in:
crazywhalecc 2023-08-26 23:31:56 +08:00 committed by Jerry Ma
parent 1ebc58664e
commit 238fd7fc74

View File

@ -16,6 +16,15 @@
"path": "LICENSE"
}
},
"libxslt": {
"type": "filelist",
"url": "https://download.gnome.org/sources/libxslt/1.1/",
"regex": "/href=\"(?<file>libxslt-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": {
"type": "text",
"text": "TODO"
}
},
"brotli": {
"type": "ghtar",
"repo": "google/brotli",