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 1
1
#! /bin/bash
2
2
# install webp
3
3
4
- archive=libwebp-1.3.1
4
+ archive=libwebp-1.3.2
5
5
6
6
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive .tar.gz
7
7
Original file line number Diff line number Diff line change @@ -157,9 +157,9 @@ def cmd_msbuild(
157
157
"libs" : [r"liblzma.lib" ],
158
158
},
159
159
"libwebp" : {
160
- "url" : "http://downloads.webmproject.org/releases/webp/libwebp-1.3.1 .tar.gz" ,
161
- "filename" : "libwebp-1.3.1 .tar.gz" ,
162
- "dir" : "libwebp-1.3.1 " ,
160
+ "url" : "http://downloads.webmproject.org/releases/webp/libwebp-1.3.2 .tar.gz" ,
161
+ "filename" : "libwebp-1.3.2 .tar.gz" ,
162
+ "dir" : "libwebp-1.3.2 " ,
163
163
"license" : "COPYING" ,
164
164
"build" : [
165
165
cmd_rmdir (r"output\release-static" ), # clean
You can’t perform that action at this time.
0 commit comments