Skip to content

Commit

Permalink
Merge pull request #2669 from radarhere/openjpeg
Browse files Browse the repository at this point in the history
Updated openjpeg to 2.2.0
  • Loading branch information
wiredfool committed Aug 16, 2017
2 parents e68791c + 23716a5 commit 946fe2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion depends/install_openjpeg.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# install openjpeg

archive=openjpeg-2.1.2
archive=openjpeg-2.2.0

./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz

Expand Down
6 changes: 3 additions & 3 deletions winbuild/config.py
Expand Up @@ -71,9 +71,9 @@
'dir': 'libwebp-0.6.0',
},
'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.1.2/openjpeg-2.1.2.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.1.2.tar.gz',
'dir': 'openjpeg-2.1.2',
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.2.0/openjpeg-2.2.0.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.2.0.tar.gz',
'dir': 'openjpeg-2.2.0',
},
}

Expand Down

0 comments on commit 946fe2e

Please sign in to comment.