summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 01:26:49 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 01:26:49 +0000
commitea89bf1e17536e50f6b1a8953af9898420b983f6 (patch)
tree3d1e1076b25e8e6c47e53c622f9ea8a9f3572b0e
parent9cc646203a5af368554bc80312ff28af6bf96a08 (diff)
downgraded xz to stable
-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 e748e05..b336ba7 100644
--- a/repo/system/xz.xibuild
+++ b/repo/system/xz.xibuild
@@ -3,7 +3,7 @@
MAKEDEPS=(make )
DEPS=(sh)
-PKG_VER=5.2.5
+PKG_VER=5.2.2
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"