Merge pull request #2332 from radarhere/zlib

Updated zlib to 1.2.10
This commit is contained in:
wiredfool 2017-01-16 11:12:30 +00:00 committed by GitHub
commit b154811b62

View File

@ -19,10 +19,10 @@ libs = {
# 'version': '2.0'
# },
'zlib': {
'url': 'http://zlib.net/zlib128.zip',
'filename': PILLOW_DEPENDS_DIR + 'zlib128.zip',
'hash': 'md5:126f8676442ffbd97884eb4d6f32afb4',
'dir': 'zlib-1.2.8',
'url': 'http://zlib.net/zlib1210.zip',
'filename': PILLOW_DEPENDS_DIR + 'zlib1210.zip',
'hash': 'md5:5327bdff96926cf9c479008bae983bc0',
'dir': 'zlib-1.2.10',
},
'jpeg': {
'url': 'http://www.ijg.org/files/jpegsr9b.zip',