summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2019-09-10 09:33:32 +0200
committerNirbheek Chauhan <nirbheek@centricular.com>2019-09-13 23:10:01 +0530
commit33eb6efbdbd429063c9cb1ab034c71af0d032c1f (patch)
tree458eb62c44f9776b205b3680fa4f210446cc1915
parentfb52022b3e701ee9cc73c7cf574cf598c0bf1c7f (diff)
recipes: Upgrade tiff to 4.0.10
-rw-r--r--recipes/tiff.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tiff.recipe b/recipes/tiff.recipe
index 4cb22847..1b7e7141 100644
--- a/recipes/tiff.recipe
+++ b/recipes/tiff.recipe
@@ -3,10 +3,10 @@
class Recipe(recipe.Recipe):
name = 'tiff'
- version = '4.0.9'
+ version = '4.0.10'
stype = SourceType.TARBALL
url = 'https://download.osgeo.org/libtiff/tiff-%(version)s.tar.gz'
- tarball_checksum = '6e7bdeec2c310734e734d19aae3a71ebe37a4d842e0e23dbb1b8921c0026cfcd'
+ tarball_checksum = '2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4'
licenses = [{License.BSD_like: ['COPYRIGHT']}]
deps = [ 'zlib', 'libjpeg-turbo' ]
configure_options = ' --disable-cxx no_gl=yes'