We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7338f8 commit 6373e8bCopy full SHA for 6373e8b
winbuild/build_prepare.py
@@ -159,8 +159,8 @@ def cmd_msbuild(
159
"bins": ["cjpeg.exe", "djpeg.exe"],
160
},
161
"zlib": {
162
- "url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.zip",
163
- "filename": f"zlib-ng-{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']}.tar.gz",
164
"dir": f"zlib-ng-{V['ZLIBNG']}",
165
"license": "LICENSE.md",
166
"patch": {
0 commit comments