mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Use .tar.gz zlib to match macOS and Linux
This commit is contained in:
parent
a7338f8ce7
commit
6373e8bcc4
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user