mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Merge pull request #1983 from wiredfool/github_depends
Changed urls to point to githup pillow-depends repo
This commit is contained in:
commit
55f02d1836
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f openjpeg-2.1.0.tar.gz ]; then
|
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
|
fi
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# install webp
|
# install webp
|
||||||
|
|
||||||
if [ ! -f libwebp-0.5.0.tar.gz ]; then
|
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
|
fi
|
||||||
|
|
||||||
rm -r libwebp-0.5.0
|
rm -r libwebp-0.5.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user