summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 01:25:53 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 01:25:53 +0000
commit9cc646203a5af368554bc80312ff28af6bf96a08 (patch)
tree3c1653fe987771f835308cdc577c5fe629ac4622 /repo/system
parent3f8074977a398720ee78a849c2e91c5ec9e31b1e (diff)
changed the source file for xz
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/xz.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild
index df800de..e748e05 100644
--- a/repo/system/xz.xibuild
+++ b/repo/system/xz.xibuild
@@ -4,7 +4,7 @@ MAKEDEPS=(make )
DEPS=(sh)
PKG_VER=5.2.5
-SOURCE=https://tukaani.org/xz/xz-$PKG_VER.tar.xz
+SOURCE=https://github.com/xz-mirror/xz/releases/download/v$PKG_VER/xz-$PKG_VER.tar.xz
DESC="Tools for the lzma and xz compression formats"