diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 01:26:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 01:26:49 +0000 |
commit | ea89bf1e17536e50f6b1a8953af9898420b983f6 (patch) | |
tree | 3d1e1076b25e8e6c47e53c622f9ea8a9f3572b0e /repo/system/xz.xibuild | |
parent | 9cc646203a5af368554bc80312ff28af6bf96a08 (diff) |
downgraded xz to stable
Diffstat (limited to 'repo/system/xz.xibuild')
-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 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" |