summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tiff.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tiff.mk b/src/tiff.mk
index 0e2f851..fbacf9c 100644
--- a/src/tiff.mk
+++ b/src/tiff.mk
@@ -1,7 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := tiff
-$(PKG)_WEBSITE := http://www.libtiff.org/
+$(PKG)_WEBSITE := http://simplesystems.org/libtiff/
$(PKG)_DESCR := LibTIFF
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.0.8
@@ -13,7 +13,7 @@ $(PKG)_URL_2 := ftp://ftp.remotesensing.org/libtiff/$($(PKG)_FILE)
$(PKG)_DEPS := gcc jpeg xz zlib
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://www.libtiff.org/' | \
+ $(WGET) -q -O- 'http://simplesystems.org/libtiff/' | \
$(SED) -n 's,.*>v\([0-9][^<]*\)<.*,\1,p' | \
head -1
endef