libpng 1.6.36 => 1.6.37
This commit is contained in:
parent
c5dc6c44c2
commit
0e735d83ae
4
3rdparty/Makefile
vendored
4
3rdparty/Makefile
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user