Updated xz to 5.6.4

This commit is contained in:
Andrew Murray 2025-01-24 08:48:12 +11:00
parent 51df14282f
commit 16a8e2bde4
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ HARFBUZZ_VERSION=10.1.0
LIBPNG_VERSION=1.6.45
JPEGTURBO_VERSION=3.1.0
OPENJPEG_VERSION=2.5.3
XZ_VERSION=5.6.3
XZ_VERSION=5.6.4
TIFF_VERSION=4.6.0
LCMS2_VERSION=2.16
ZLIB_NG_VERSION=2.2.3

View File

@ -120,7 +120,7 @@ V = {
"LIBWEBP": "1.5.0",
"OPENJPEG": "2.5.3",
"TIFF": "4.6.0",
"XZ": "5.6.3",
"XZ": "5.6.4",
"ZLIBNG": "2.2.3",
}
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])