We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e2804 commit 730f746Copy full SHA for 730f746
depends/install_webp.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
# install webp
3
4
-archive=libwebp-1.3.1
+archive=libwebp-1.3.2
5
6
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz
7
winbuild/build_prepare.py
@@ -157,9 +157,9 @@ def cmd_msbuild(
157
"libs": [r"liblzma.lib"],
158
},
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",
+ "url": "http://downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz",
+ "filename": "libwebp-1.3.2.tar.gz",
+ "dir": "libwebp-1.3.2",
163
"license": "COPYING",
164
"build": [
165
cmd_rmdir(r"output\release-static"), # clean
0 commit comments