mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Use effective URLs to avoid resolving twice
This commit is contained in:
parent
a927a7d4e0
commit
9e6cbbe0e6
|
@ -3,7 +3,7 @@
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user