changed urls to point to githup pillow-depends repo, fixes travis errors

This commit is contained in:
wiredfool 2016-06-25 11:35:32 +01:00
parent 30eced6286
commit 301708516e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
if [ ! -f openjpeg-2.1.0.tar.gz ]; then
wget 'http://iweb.dl.sourceforge.net/project/openjpeg.mirror/2.1.0/openjpeg-2.1.0.tar.gz'
wget -O 'openjpeg-2.1.0.tar.gz' 'https://github.com/python-pillow/pillow-depends/blob/master/openjpeg-2.1.0.tar.gz?raw=true'
fi

View File

@ -2,7 +2,7 @@
# install webp
if [ ! -f libwebp-0.5.0.tar.gz ]; then
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz'
wget -O 'libwebp-0.5.0.tar.gz' 'https://github.com/python-pillow/pillow-depends/blob/master/libwebp-0.5.0.tar.gz?raw=true'
fi
rm -r libwebp-0.5.0