Use .tar.gz zlib to match macOS and Linux

This commit is contained in:
Andrew Murray 2024-12-15 22:58:35 +11:00
parent a7338f8ce7
commit 6373e8bcc4

View File

@ -159,8 +159,8 @@ DEPS: dict[str, dict[str, Any]] = {
"bins": ["cjpeg.exe", "djpeg.exe"], "bins": ["cjpeg.exe", "djpeg.exe"],
}, },
"zlib": { "zlib": {
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.zip", "url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.tar.gz",
"filename": f"zlib-ng-{V['ZLIBNG']}.zip", "filename": f"zlib-ng-{V['ZLIBNG']}.tar.gz",
"dir": f"zlib-ng-{V['ZLIBNG']}", "dir": f"zlib-ng-{V['ZLIBNG']}",
"license": "LICENSE.md", "license": "LICENSE.md",
"patch": { "patch": {