Skip to content

Commit

Permalink
Merge pull request #6442 from radarhere/libwebp
Browse files Browse the repository at this point in the history
Updated libwebp to 1.2.3
  • Loading branch information
mergify[bot] committed Jul 16, 2022
2 parents 864e86f + 55a5017 commit d53344b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion depends/install_webp.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# install webp

archive=libwebp-1.2.2
archive=libwebp-1.2.3

./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz

Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Expand Up @@ -157,9 +157,9 @@ def cmd_msbuild(
# "bins": [r"libtiff\*.dll"],
},
"libwebp": {
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.2.tar.gz",
"filename": "libwebp-1.2.2.tar.gz",
"dir": "libwebp-1.2.2",
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.3.tar.gz",
"filename": "libwebp-1.2.3.tar.gz",
"dir": "libwebp-1.2.3",
"build": [
cmd_rmdir(r"output\release-static"), # clean
cmd_nmake(
Expand Down

0 comments on commit d53344b

Please sign in to comment.