Skip to content

Commit

Permalink
Updated zlib to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 22, 2024
1 parent 1185fb8 commit 474411b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
GIFLIB_VERSION=5.2.1
fi
if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
ZLIB_VERSION=1.3
ZLIB_VERSION=1.3.1
else
ZLIB_VERSION=1.2.8
fi
Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ def cmd_msbuild(
"bins": ["cjpeg.exe", "djpeg.exe"],
},
"zlib": {
"url": "https://zlib.net/zlib13.zip",
"filename": "zlib13.zip",
"dir": "zlib-1.3",
"url": "https://zlib.net/zlib131.zip",
"filename": "zlib131.zip",
"dir": "zlib-1.3.1",
"license": "README",
"license_pattern": "Copyright notice:\n\n(.+)$",
"build": [
Expand Down

0 comments on commit 474411b

Please sign in to comment.