Use effective URLs to avoid resolving twice

This commit is contained in:
hugovk 2016-12-24 22:19:00 +02:00
parent a927a7d4e0
commit 9e6cbbe0e6
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
archive=pngquant-2.6.0 archive=pngquant-2.6.0
./download-and-extract.sh $archive https://github.com/python-pillow/pillow-depends/blob/master/$archive.tar.gz?raw=true ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz
pushd $archive pushd $archive

View File

@ -3,7 +3,7 @@
archive=openjpeg-2.1.2 archive=openjpeg-2.1.2
./download-and-extract.sh $archive https://github.com/python-pillow/pillow-depends/blob/master/$archive.tar.gz?raw=true ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz
pushd $archive pushd $archive

View File

@ -3,7 +3,7 @@
archive=libwebp-0.5.2 archive=libwebp-0.5.2
./download-and-extract.sh $archive https://github.com/python-pillow/pillow-depends/blob/master/$archive.tar.gz?raw=true ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz
pushd $archive pushd $archive