changeset 4140:d38d0e08ef4c

tiff: update to 4.0.6 * src/tiff.mk: update version and checksum
author John Donoghue
date Wed, 04 May 2016 08:42:44 -0400
parents fb311137f2f4
children 3a3a0122cfde
files src/tiff.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/tiff.mk	Wed May 04 08:42:42 2016 -0400
+++ b/src/tiff.mk	Wed May 04 08:42:44 2016 -0400
@@ -3,8 +3,8 @@
 
 PKG             := tiff
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 4.0.5
-$(PKG)_CHECKSUM := 76477a8ca914c132922ca2738ffe629b840e7446
+$(PKG)_VERSION  := 4.0.6
+$(PKG)_CHECKSUM := 280e27704eaca5f592b82e71ac0c78b87395e2de
 $(PKG)_SUBDIR   := tiff-$($(PKG)_VERSION)
 $(PKG)_FILE     := tiff-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://download.osgeo.org/libtiff/$($(PKG)_FILE)