Skip to content

Commit 6b9b392

Browse files
authored
Merge pull request #6091 from radarhere/libjpeg_turbo
2 parents 14b9b59 + 5e32c5d commit 6b9b392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ def cmd_msbuild(
107107
# dependencies, listed in order of compilation
108108
deps = {
109109
"libjpeg": {
110-
"url": SF_MIRROR + "/project/libjpeg-turbo/2.1.2/libjpeg-turbo-2.1.2.tar.gz",
111-
"filename": "libjpeg-turbo-2.1.2.tar.gz",
112-
"dir": "libjpeg-turbo-2.1.2",
110+
"url": SF_MIRROR + "/project/libjpeg-turbo/2.1.3/libjpeg-turbo-2.1.3.tar.gz",
111+
"filename": "libjpeg-turbo-2.1.3.tar.gz",
112+
"dir": "libjpeg-turbo-2.1.3",
113113
"build": [
114114
cmd_cmake(
115115
[

0 commit comments

Comments
 (0)