Skip to content

Commit 6e45e71

Browse files
authored
Merge pull request #8601 from radarhere/zlib
2 parents c2f21a2 + 6373e8b commit 6e45e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winbuild/build_prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def cmd_msbuild(
159159
"bins": ["cjpeg.exe", "djpeg.exe"],
160160
},
161161
"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",
162+
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.tar.gz",
163+
"filename": f"zlib-ng-{V['ZLIBNG']}.tar.gz",
164164
"dir": f"zlib-ng-{V['ZLIBNG']}",
165165
"license": "LICENSE.md",
166166
"patch": {

0 commit comments

Comments
 (0)