summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-08-16 07:35:45 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-08-16 07:39:10 (GMT)
commit6e6d6b48f728fe55304482046f46baa6290111c3 (patch)
tree9bc3ad8777fe86157096753cc4eed68afa94c66c /src
parent3ff0945fccaef9f50c4bbd3f0645c448fac667b6 (diff)
downloadmxe-6e6d6b48f728fe55304482046f46baa6290111c3.zip
mxe-6e6d6b48f728fe55304482046f46baa6290111c3.tar.gz
mxe-6e6d6b48f728fe55304482046f46baa6290111c3.tar.bz2
tiff: update website URL
The project no longer controls the previous sites. https://en.wikipedia.org/wiki/Libtiff#Website_hijacking
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