Updated libwebp to 1.0.3

This commit is contained in:
Andrew Murray 2019-07-13 21:38:07 +10:00
parent db319727b4
commit 5b2a7d1175
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# install webp # 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 ./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", "version": "8.6.9",
}, },
"webp": { "webp": {
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz", "url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz",
"filename": PILLOW_DEPENDS_DIR + "libwebp-1.0.2.tar.gz", "filename": PILLOW_DEPENDS_DIR + "libwebp-1.0.3.tar.gz",
"dir": "libwebp-1.0.2", "dir": "libwebp-1.0.3",
}, },
"openjpeg": { "openjpeg": {
"url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz", "url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz",