Corrected OpenJPEG URL

This commit is contained in:
Andrew Murray 2019-04-08 20:53:46 +10:00
parent af59955d04
commit 23b1d13045

View File

@ -75,7 +75,7 @@ libs = {
'dir': 'libwebp-1.0.2',
},
'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.1/openjpeg-2.3.1.tar.gz',
'url': 'https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.3.1.tar.gz',
'dir': 'openjpeg-2.3.1',
},