diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 13e4e306..52fea0e6 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -87,7 +87,7 @@ LIBPNGURL = https://download.sourceforge.net/libpng/$(LIBPNGARCH) LIBPNGURLALT = http://sourceforge.mirrorservice.org/l/project/project/li/libpng/libpng16/$(LIBPNGVER)/$(LIBPNGARCH) LIBPNGSHA256 = daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4 LATESTLIBPNGVER = $(shell curl -s -S http://www.libpng.org/pub/png/libpng.html | grep "current public release" | sed 's/.*libpng \([0-9.]*\).*/\1/' ) -JPEGVER = 9d +JPEGVER = 9e 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