Skip to content

Commit 25165c1

Browse files
authored
Merge pull request #5916 from radarhere/libimagequant
2 parents 6565d5b + bd05a8d commit 25165c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

winbuild/build_prepare.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ def cmd_msbuild(
257257
"libs": [r"bin\*.lib"],
258258
},
259259
"libimagequant": {
260-
# commit: Merge branch 'master' into msvc (matches 2.16.0 tag)
261-
"url": "https://github.com/ImageOptim/libimagequant/archive/f41ee301ff3a407b16991af3dbe03910919bbdc3.zip", # noqa: E501
262-
"filename": "libimagequant-f41ee301ff3a407b16991af3dbe03910919bbdc3.zip",
263-
"dir": "libimagequant-f41ee301ff3a407b16991af3dbe03910919bbdc3",
260+
# commit: Merge branch 'master' into msvc (matches 2.17.0 tag)
261+
"url": "https://github.com/ImageOptim/libimagequant/archive/e4c1334be0eff290af5e2b4155057c2953a313ab.zip", # noqa: E501
262+
"filename": "libimagequant-e4c1334be0eff290af5e2b4155057c2953a313ab.zip",
263+
"dir": "libimagequant-e4c1334be0eff290af5e2b4155057c2953a313ab",
264264
"patch": {
265265
"CMakeLists.txt": {
266266
"if(OPENMP_FOUND)": "if(false)",

0 commit comments

Comments
 (0)