Updated xz to 5.6.2

This commit is contained in:
Andrew Murray 2024-05-30 09:10:28 +10:00
parent a49a42aeea
commit 7f977f6522
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ HARFBUZZ_VERSION=8.4.0
LIBPNG_VERSION=1.6.43
JPEGTURBO_VERSION=3.0.2
OPENJPEG_VERSION=2.5.2
XZ_VERSION=5.4.5
XZ_VERSION=5.6.2
TIFF_VERSION=4.6.0
LCMS2_VERSION=2.16
if [[ -n "$IS_MACOS" ]]; then

View File

@ -120,7 +120,7 @@ V = {
"LIBWEBP": "1.3.2",
"OPENJPEG": "2.5.2",
"TIFF": "4.6.0",
"XZ": "5.4.5",
"XZ": "5.6.2",
"ZLIB": "1.3.1",
}
V["LIBPNG_DOTLESS"] = V["LIBPNG"].replace(".", "")