Merge pull request #1983 from wiredfool/github_depends

Changed urls to point to githup pillow-depends repo
This commit is contained in:
wiredfool 2016-06-25 12:01:22 +01:00 committed by GitHub
commit 55f02d1836
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