mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Corrected libtiff URL
This commit is contained in:
parent
78754327c5
commit
7ea1960755
|
@ -28,7 +28,7 @@ libs = {
|
||||||
'dir': 'jpeg-9b',
|
'dir': 'jpeg-9b',
|
||||||
},
|
},
|
||||||
'tiff': {
|
'tiff': {
|
||||||
'url': 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.7.zip',
|
'url': 'ftp://download.osgeo.org/libtiff/tiff-4.0.7.zip',
|
||||||
'filename': PILLOW_DEPENDS_DIR + 'tiff-4.0.7.zip',
|
'filename': PILLOW_DEPENDS_DIR + 'tiff-4.0.7.zip',
|
||||||
'dir': 'tiff-4.0.7',
|
'dir': 'tiff-4.0.7',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user