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 f82546f + a119b19 commit 569751eCopy full SHA for 569751e
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.4/libjpeg-turbo-2.1.4.tar.gz/download",
113
- "filename": "libjpeg-turbo-2.1.4.tar.gz",
114
- "dir": "libjpeg-turbo-2.1.4",
+ + "/libjpeg-turbo/files/2.1.5/libjpeg-turbo-2.1.5.tar.gz/download",
+ "filename": "libjpeg-turbo-2.1.5.tar.gz",
+ "dir": "libjpeg-turbo-2.1.5",
115
"license": ["README.ijg", "LICENSE.md"],
116
"license_pattern": (
117
"(LEGAL ISSUES\n============\n\n.+?)\n\nREFERENCES\n=========="
0 commit comments