Updated zlib to 1.3.1

This commit is contained in:
Andrew Murray 2024-01-23 08:52:14 +11:00
parent 1185fb8296
commit 474411b52a
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ else
GIFLIB_VERSION=5.2.1 GIFLIB_VERSION=5.2.1
fi fi
if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
ZLIB_VERSION=1.3 ZLIB_VERSION=1.3.1
else else
ZLIB_VERSION=1.2.8 ZLIB_VERSION=1.2.8
fi fi

View File

@ -143,9 +143,9 @@ DEPS = {
"bins": ["cjpeg.exe", "djpeg.exe"], "bins": ["cjpeg.exe", "djpeg.exe"],
}, },
"zlib": { "zlib": {
"url": "https://zlib.net/zlib13.zip", "url": "https://zlib.net/zlib131.zip",
"filename": "zlib13.zip", "filename": "zlib131.zip",
"dir": "zlib-1.3", "dir": "zlib-1.3.1",
"license": "README", "license": "README",
"license_pattern": "Copyright notice:\n\n(.+)$", "license_pattern": "Copyright notice:\n\n(.+)$",
"build": [ "build": [