From 0e735d83ae2950e88bede5916a650c9ef4126448 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 26 Apr 2019 14:57:49 +0200 Subject: [PATCH] libpng 1.6.36 => 1.6.37 --- 3rdparty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 103ea977..54bfad4d 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -66,12 +66,12 @@ SDL2TTFARCH = $(SDL2TTF).tar.gz SDL2TTFURL = https://www.libsdl.org/projects/SDL_ttf/release/$(SDL2TTFARCH) SDL2TTFSHA256 = 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276 LATESTSDL2VER = $(shell curl -s -S http://www.libsdl.org/ | grep current | grep stable | sed 's/.*version \([0-9.]*\).*/\1/' ) -LIBPNGVER = 1.6.36 +LIBPNGVER = 1.6.37 LIBPNG = libpng-$(LIBPNGVER) LIBPNGARCH = $(LIBPNG).tar.gz LIBPNGURL = https://download.sourceforge.net/libpng/$(LIBPNGARCH) LIBPNGURLALT = ftp://ftp-osl.osuosl.org/pub/libpng/src/libpng16/$(LIBPNGARCH) -LIBPNGSHA256 = ca13c548bde5fb6ff7117cc0bdab38808acb699c0eccb613f0e4697826e1fd7d +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 = 9c JPEGDIR = jpeg-$(JPEGVER)