Updated xz to 5.8.0, except on manylinux2014

This commit is contained in:
Andrew Murray 2025-03-27 21:25:12 +11:00
parent b8abded99b
commit 3077e2f108

View File

@ -42,7 +42,11 @@ HARFBUZZ_VERSION=11.0.0
LIBPNG_VERSION=1.6.47
JPEGTURBO_VERSION=3.1.0
OPENJPEG_VERSION=2.5.3
XZ_VERSION=5.6.4
if [[ $MB_ML_VER == 2014 ]]; then
XZ_VERSION=5.6.4
else
XZ_VERSION=5.8.0
fi
TIFF_VERSION=4.7.0
LCMS2_VERSION=2.17
ZLIB_NG_VERSION=2.2.4