Updated libwebp to 1.0.3 (#3983)

Updated libwebp to 1.0.3
This commit is contained in:
Hugo van Kemenade 2019-07-23 11:08:50 +03:00 committed by GitHub
commit 1f46ab7d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# install webp
archive=libwebp-1.0.2
archive=libwebp-1.0.3
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz

View File

@ -72,9 +72,9 @@ libs = {
"version": "8.6.9",
},
"webp": {
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz",
"filename": PILLOW_DEPENDS_DIR + "libwebp-1.0.2.tar.gz",
"dir": "libwebp-1.0.2",
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz",
"filename": PILLOW_DEPENDS_DIR + "libwebp-1.0.3.tar.gz",
"dir": "libwebp-1.0.3",
},
"openjpeg": {
"url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz",