mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +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"],
|
||||
},
|
||||
"zlib": {
|
||||
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.zip",
|
||||
"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",
|
||||
"dir": f"zlib-ng-{V['ZLIBNG']}",
|
||||
"license": "LICENSE.md",
|
||||
"patch": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user