mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge pull request #8601 from radarhere/zlib
This commit is contained in:
commit
6e45e71052
|
@ -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