From 259a0b32a939e8becd714411b790007ec1d073b6 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 23 Nov 2018 09:46:09 +0100 Subject: [PATCH] libtiff 4.0.9 => 4.0.10 --- 3rdparty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index f3ae95f6..cd09080c 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -17,7 +17,7 @@ JPEGARCH = jpegsrc.v$(JPEGVER).tar.gz JPEGURL = http://www.ijg.org/files/$(JPEGARCH) # http://www.simplesystems.org/libtiff/ # https://gitlab.com/libtiff/libtiff -LIBTIFF = tiff-4.0.9 +LIBTIFF = tiff-4.0.10 LIBTIFFARCH = $(LIBTIFF).tar.gz LIBTIFFURL = https://download.osgeo.org/libtiff/$(LIBTIFFARCH) LIBTIFFURLALT = https://fossies.org/linux/misc/$(LIBTIFFARCH)