libpng 1.6.37 => 1.6.38
This commit is contained in:
parent
c2ca597c7d
commit
cadda32d57
4
3rdparty/Makefile
vendored
4
3rdparty/Makefile
vendored
@ -80,12 +80,12 @@ SDL2TTFSIG = $(SDL2TTFARCH).sig
|
||||
SDL2TTFURL = https://github.com/libsdl-org/SDL_ttf/releases/download/release-$(SDL2TTFVER)/$(SDL2TTFARCH)
|
||||
SDL2TTFSIGURL = $(SDL2TTFURL).sig
|
||||
LATESTSDL2TTFVER := $(shell curl -s -S https://api.github.com/repos/libsdl-org/SDL_ttf/tags | jq -r .[0].name|sed 's/.*-\([0-9.]*\)/\1/')
|
||||
LIBPNGVER = 1.6.37
|
||||
LIBPNGVER = 1.6.38
|
||||
LIBPNG = libpng-$(LIBPNGVER)
|
||||
LIBPNGARCH = $(LIBPNG).tar.gz
|
||||
LIBPNGURL = https://download.sourceforge.net/libpng/$(LIBPNGARCH)
|
||||
LIBPNGURLALT = http://sourceforge.mirrorservice.org/l/project/project/li/libpng/libpng16/$(LIBPNGVER)/$(LIBPNGARCH)
|
||||
LIBPNGSHA256 = daeb2620d829575513e35fecc83f0d3791a620b9b93d800b763542ece9390fb4
|
||||
LIBPNGSHA256 = e2b5e1b4329650992c041996cf1269681b341191dc07ffed816c555769cceb77
|
||||
LATESTLIBPNGVER = $(shell curl -s -S http://www.libpng.org/pub/png/libpng.html | grep "current public release" | sed 's/.*libpng \([0-9.]*\).*/\1/' )
|
||||
JPEGVER = 9e
|
||||
LATESTJPEGVER = $(shell curl -s -S http://www.ijg.org/ |grep "current version" | sed 's/.*release \([0-9]*[a-z]\) .*/\1/' )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user