From 238fd7fc743e2fc61f783a32b6e7521b22ecc350 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 26 Aug 2023 23:31:56 +0800 Subject: [PATCH] add libxslt source --- config/source.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/source.json b/config/source.json index e1fa90ad..b1627f82 100644 --- a/config/source.json +++ b/config/source.json @@ -16,6 +16,15 @@ "path": "LICENSE" } }, + "libxslt": { + "type": "filelist", + "url": "https://download.gnome.org/sources/libxslt/1.1/", + "regex": "/href=\"(?libxslt-(?[^\"]+)\\.tar\\.xz)\"/", + "license": { + "type": "text", + "text": "TODO" + } + }, "brotli": { "type": "ghtar", "repo": "google/brotli",