From dabdb518cecbd55bcde4fa5ff713aa83c8b531ee Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 3 Jan 2024 14:56:39 +0800 Subject: [PATCH] xz use github --- config/source.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/source.json b/config/source.json index 13a196b7..ba9480df 100644 --- a/config/source.json +++ b/config/source.json @@ -562,9 +562,9 @@ } }, "xz": { - "type": "filelist", - "url": "https://tukaani.org/xz/", - "regex": "/href=\"(?xz-(?[^\"]+)\\.tar\\.xz)\"/", + "type": "ghrel", + "repo": "tukaani-project/xz", + "match": "xz-.+\\.tar\\.gz", "license": { "type": "file", "path": "COPYING"