use https for downloading libjpeg

This commit is contained in:
Thomas Bernard 2019-11-09 10:50:20 +01:00
parent 5036b2e4d0
commit 47e5cc69b9
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

2
3rdparty/Makefile vendored
View File

@ -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