Skip to content

Commit

Permalink
Updated libwebp to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 13, 2019
1 parent 1c57a41 commit bd9aead
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.0.2
archive=libwebp-1.0.3

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

Expand Down
6 changes: 3 additions & 3 deletions winbuild/config.py
Expand Up @@ -72,9 +72,9 @@
"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",
Expand Down

0 comments on commit bd9aead

Please sign in to comment.