Skip to content

Commit

Permalink
Merge 4d75f07 into 0b65d07
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 22, 2018
2 parents 0b65d07 + 4d75f07 commit 21c2302
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-0.6.1
archive=libwebp-1.0.0

./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 @@ -66,9 +66,9 @@
'version': '8.6.8',
},
'webp': {
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.6.1.tar.gz',
'dir': 'libwebp-0.6.1',
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-1.0.0.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-1.0.0.tar.gz',
'dir': 'libwebp-1.0.0',
},
'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.0/openjpeg-2.3.0.tar.gz',
Expand Down

0 comments on commit 21c2302

Please sign in to comment.