We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55d6cf5 + c0a811e commit 70aaa20Copy full SHA for 70aaa20
winbuild/build_prepare.py
@@ -109,9 +109,9 @@ def cmd_msbuild(
109
deps = {
110
"libjpeg": {
111
"url": SF_PROJECTS
112
- + "/libjpeg-turbo/files/2.1.5/libjpeg-turbo-2.1.5.tar.gz/download",
113
- "filename": "libjpeg-turbo-2.1.5.tar.gz",
114
- "dir": "libjpeg-turbo-2.1.5",
+ + "/libjpeg-turbo/files/2.1.5.1/libjpeg-turbo-2.1.5.1.tar.gz/download",
+ "filename": "libjpeg-turbo-2.1.5.1.tar.gz",
+ "dir": "libjpeg-turbo-2.1.5.1",
115
"license": ["README.ijg", "LICENSE.md"],
116
"license_pattern": (
117
"(LEGAL ISSUES\n============\n\n.+?)\n\nREFERENCES\n=========="
0 commit comments