diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 01:25:53 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 01:25:53 +0000 |
commit | 9cc646203a5af368554bc80312ff28af6bf96a08 (patch) | |
tree | 3c1653fe987771f835308cdc577c5fe629ac4622 /repo | |
parent | 3f8074977a398720ee78a849c2e91c5ec9e31b1e (diff) |
changed the source file for xz
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/xz.xibuild | 2 |
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" |