Merge pull request #8601 from radarhere/zlib

This commit is contained in:
Hugo van Kemenade 2024-12-15 23:17:17 +02:00 committed by GitHub
commit 6e45e71052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {