Merge pull request #8745 from radarhere/zlibng

This commit is contained in:
Hugo van Kemenade 2025-02-14 23:59:06 +02:00 committed by GitHub
commit ede46d47fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ OPENJPEG_VERSION=2.5.3
XZ_VERSION=5.6.4
TIFF_VERSION=4.6.0
LCMS2_VERSION=2.16
ZLIB_NG_VERSION=2.2.3
ZLIB_NG_VERSION=2.2.4
LIBWEBP_VERSION=1.5.0
BZIP2_VERSION=1.0.8
LIBXCB_VERSION=1.17.0

View File

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