From 75ca512c02bbeff08f5c14f04bdacabebee88332 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 9 Feb 2017 19:14:25 +1100 Subject: [PATCH] Updated libwebp to 0.6.0 --- depends/install_webp.sh | 2 +- winbuild/config.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/depends/install_webp.sh b/depends/install_webp.sh index 8f700901c..9993254a6 100755 --- a/depends/install_webp.sh +++ b/depends/install_webp.sh @@ -1,7 +1,7 @@ #!/bin/bash # install webp -archive=libwebp-0.5.2 +archive=libwebp-0.6.0 ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz diff --git a/winbuild/config.py b/winbuild/config.py index 6e927d2fb..735d8e6d3 100644 --- a/winbuild/config.py +++ b/winbuild/config.py @@ -75,10 +75,10 @@ libs = { 'version': '8.6.6', }, 'webp': { - 'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.2.tar.gz', - 'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.5.2.tar.gz', - 'hash': 'sha1:c3adfa47f96a3909fb05e41636fdcbe3826edfbd', - 'dir': 'libwebp-0.5.2', + 'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.6.0.tar.gz', + 'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.6.0.tar.gz', + 'hash': 'sha1:156d24fff454bfccd1f44434e226a10d9eb38186', + 'dir': 'libwebp-0.6.0', }, 'openjpeg': { 'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.1.2/openjpeg-2.1.2.tar.gz',