ci: bump xz to 5.6.2

This commit is contained in:
gnattu
2024-07-23 23:10:45 +08:00
parent a0053a3d79
commit b46e674739
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://git.tukaani.org/xz.git"
SCRIPT_COMMIT="v5.6.1"
SCRIPT_COMMIT="v5.6.2"
SCRIPT_TAGFILTER="v?.*.*"
ffbuild_enabled() {
+1 -1
View File
@@ -162,7 +162,7 @@ popd
popd
# LZMA
git clone -b v5.6.1 --depth=1 https://git.tukaani.org/xz.git
git clone -b v5.6.2 --depth=1 https://git.tukaani.org/xz.git
pushd xz
./autogen.sh --no-po4a --no-doxygen
./configure \