Update xz to 5.8.3 (#9523)

This commit is contained in:
Hugo van Kemenade 2026-04-01 06:31:15 +03:00 committed by GitHub
commit 44db0708c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ HARFBUZZ_VERSION=13.2.1
LIBPNG_VERSION=1.6.56
JPEGTURBO_VERSION=3.1.4.1
OPENJPEG_VERSION=2.5.4
XZ_VERSION=5.8.2
XZ_VERSION=5.8.3
ZSTD_VERSION=1.5.7
TIFF_VERSION=4.7.1
LCMS2_VERSION=2.18

View File

@ -125,7 +125,7 @@ V = {
"LIBWEBP": "1.6.0",
"OPENJPEG": "2.5.4",
"TIFF": "4.7.1",
"XZ": "5.8.2",
"XZ": "5.8.3",
"ZLIBNG": "2.3.3",
}
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])