diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 02:24:42 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 02:24:42 +0000 |
commit | 887d81efbb66d490ebe657901b3b3ef91266b95b (patch) | |
tree | a209a135f489a3cf8a9acae7d69c45e85c9188ac | |
parent | fe02944dedc135b7bf3fb4698049144c4436b66a (diff) |
made xz pick a branch
-rw-r--r-- | repo/core/xz.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/xz.xibuild b/repo/core/xz.xibuild index 9a21225..5748c65 100644 --- a/repo/core/xz.xibuild +++ b/repo/core/xz.xibuild @@ -3,6 +3,7 @@ DEPS=(sh) SOURCE=https://git.tukaani.org/xz.git +BRANCH=v5.2.5 DESC="a selection of programs for compressing and decompressing files with the lzma and xz compression formats" |