Skip to content

Commit d975e31

Browse files
committed
Updated zlib-ng to 2.2.5
1 parent 526415d commit d975e31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ XZ_VERSION=5.8.1
102102
TIFF_VERSION=4.7.0
103103
LCMS2_VERSION=2.17
104104
ZLIB_VERSION=1.3.1
105-
ZLIB_NG_VERSION=2.2.4
105+
ZLIB_NG_VERSION=2.2.5
106106
LIBWEBP_VERSION=1.6.0
107107
BZIP2_VERSION=1.0.8
108108
LIBXCB_VERSION=1.17.0

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def cmd_msbuild(
126126
"OPENJPEG": "2.5.3",
127127
"TIFF": "4.7.0",
128128
"XZ": "5.8.1",
129-
"ZLIBNG": "2.2.4",
129+
"ZLIBNG": "2.2.5",
130130
}
131131
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
132132

0 commit comments

Comments
 (0)