From 3e077543a7ad2845a7f9c593ad5b8da5f58555b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 4 Jul 2024 10:31:33 +0200 Subject: [PATCH] fix: xz download (#495) * fix: xz download * zx -> xz --- config/source.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/source.json b/config/source.json index 7c8a16cc..8bdcea57 100644 --- a/config/source.json +++ b/config/source.json @@ -717,8 +717,10 @@ } }, "xz": { - "type": "url", - "url": "https://fossies.org/linux/misc/xz-5.4.7.tar.xz", + "type": "ghrel", + "repo": "tukaani-project/xz", + "match": "xz.+\\.tar\\.xz", + "prefer-stable": true, "license": { "type": "file", "path": "COPYING"