Updated zlib-ng to 2.2.5

This commit is contained in:
Andrew Murray 2025-08-08 05:46:10 +10:00
parent 526415d807
commit d975e312e2
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ XZ_VERSION=5.8.1
TIFF_VERSION=4.7.0
LCMS2_VERSION=2.17
ZLIB_VERSION=1.3.1
ZLIB_NG_VERSION=2.2.4
ZLIB_NG_VERSION=2.2.5
LIBWEBP_VERSION=1.6.0
BZIP2_VERSION=1.0.8
LIBXCB_VERSION=1.17.0

View File

@ -126,7 +126,7 @@ V = {
"OPENJPEG": "2.5.3",
"TIFF": "4.7.0",
"XZ": "5.8.1",
"ZLIBNG": "2.2.4",
"ZLIBNG": "2.2.5",
}
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])