From bd05a8dd13dd00d2af2ef7822d6cb95e181fce63 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 30 Dec 2021 15:42:30 +1100 Subject: [PATCH] Updated libimagequant to 2.17.0 --- winbuild/build_prepare.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winbuild/build_prepare.py b/winbuild/build_prepare.py index b1c95aa74..0589baf21 100644 --- a/winbuild/build_prepare.py +++ b/winbuild/build_prepare.py @@ -257,10 +257,10 @@ deps = { "libs": [r"bin\*.lib"], }, "libimagequant": { - # commit: Merge branch 'master' into msvc (matches 2.16.0 tag) - "url": "https://github.com/ImageOptim/libimagequant/archive/f41ee301ff3a407b16991af3dbe03910919bbdc3.zip", # noqa: E501 - "filename": "libimagequant-f41ee301ff3a407b16991af3dbe03910919bbdc3.zip", - "dir": "libimagequant-f41ee301ff3a407b16991af3dbe03910919bbdc3", + # commit: Merge branch 'master' into msvc (matches 2.17.0 tag) + "url": "https://github.com/ImageOptim/libimagequant/archive/e4c1334be0eff290af5e2b4155057c2953a313ab.zip", # noqa: E501 + "filename": "libimagequant-e4c1334be0eff290af5e2b4155057c2953a313ab.zip", + "dir": "libimagequant-e4c1334be0eff290af5e2b4155057c2953a313ab", "patch": { "CMakeLists.txt": { "if(OPENMP_FOUND)": "if(false)",