changeset 4572:7585d967961a

tiff: update to v4.0.9 * src/tiff.mk: update version, checksum, PKG_UPDATE
author John D
date Tue, 05 Dec 2017 08:08:11 -0500
parents d5eee507aec2
children dd9b5bc0a918
files src/tiff.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/tiff.mk	Tue Dec 05 07:58:16 2017 -0500
+++ b/src/tiff.mk	Tue Dec 05 08:08:11 2017 -0500
@@ -3,8 +3,8 @@
 
 PKG             := tiff
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 4.0.8
-$(PKG)_CHECKSUM := 88717c97480a7976c94d23b6d9ed4ac74715267f
+$(PKG)_VERSION  := 4.0.9
+$(PKG)_CHECKSUM := 87d4543579176cc568668617c22baceccd568296
 $(PKG)_SUBDIR   := tiff-$($(PKG)_VERSION)
 $(PKG)_FILE     := tiff-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://download.osgeo.org/libtiff/$($(PKG)_FILE)
@@ -15,7 +15,7 @@
 endif
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://www.remotesensing.org/libtiff/' | \
+    $(WGET) -q -O- 'http://simplesystems.org/libtiff/' | \
     $(SED) -n 's,.*>v\([0-9][^<]*\)<.*,\1,p' | \
     head -1
 endef