diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 13:11:36 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 13:11:36 +0200 |
commit | 179fdc3ac9e59ed4ab7eb80799c9ae52f63d4059 (patch) | |
tree | 17b6a25c0570ec3d2ea250f13352a4d6042af5c9 | |
parent | 260675282cf60d8a8d47a157b9d4bddb72ee31e4 (diff) |
recipes/tiff: Update to 4.0.4
-rw-r--r-- | recipes/tiff.recipe | 4 |
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' |