From 47e5cc69b9dd68b48e36e082541c2efcd5334037 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 9 Nov 2019 10:50:20 +0100 Subject: [PATCH] use https for downloading libjpeg --- 3rdparty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index dd0241d6..7f848e7d 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -91,7 +91,7 @@ JPEGVER = 9d LATESTJPEGVER = $(shell curl -s -S http://www.ijg.org/ |grep "current version" | sed 's/.*release \([0-9]*[a-z]\) .*/\1/' ) JPEGDIR = jpeg-$(JPEGVER) JPEGARCH = jpegsrc.v$(JPEGVER).tar.gz -JPEGURL = http://www.ijg.org/files/$(JPEGARCH) +JPEGURL = https://www.ijg.org/files/$(JPEGARCH) # http://www.simplesystems.org/libtiff/ # https://gitlab.com/libtiff/libtiff LIBTIFFVER = 4.2.0