File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22# install webp
33
4- archive=libwebp-1.2.2
4+ archive=libwebp-1.2.3
55
66./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive .tar.gz
77
Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ def cmd_msbuild(
157157 # "bins": [r"libtiff\*.dll"],
158158 },
159159 "libwebp" : {
160- "url" : "http://downloads.webmproject.org/releases/webp/libwebp-1.2.2 .tar.gz" ,
161- "filename" : "libwebp-1.2.2 .tar.gz" ,
162- "dir" : "libwebp-1.2.2 " ,
160+ "url" : "http://downloads.webmproject.org/releases/webp/libwebp-1.2.3 .tar.gz" ,
161+ "filename" : "libwebp-1.2.3 .tar.gz" ,
162+ "dir" : "libwebp-1.2.3 " ,
163163 "build" : [
164164 cmd_rmdir (r"output\release-static" ), # clean
165165 cmd_nmake (
You can’t perform that action at this time.
0 commit comments