summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 13:11:36 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 13:11:36 +0200
commit179fdc3ac9e59ed4ab7eb80799c9ae52f63d4059 (patch)
tree17b6a25c0570ec3d2ea250f13352a4d6042af5c9
parent260675282cf60d8a8d47a157b9d4bddb72ee31e4 (diff)
recipes/tiff: Update to 4.0.4
-rw-r--r--recipes/tiff.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tiff.recipe b/recipes/tiff.recipe
index 4d08a370..bb9cba77 100644
--- a/recipes/tiff.recipe
+++ b/recipes/tiff.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'tiff'
- version = '4.0.3'
+ version = '4.0.4'
stype = SourceType.TARBALL
- url = 'http://download.osgeo.org/libtiff/tiff-4.0.3.tar.gz'
+ url = 'http://download.osgeo.org/libtiff/tiff-4.0.4.tar.gz'
licenses = [License.BSD_like]
deps = [ 'zlib', 'libjpeg-turbo' ]
configure_options = ' --disable-cxx'