3rdparty: update SDL2_ttf from 2.0.14 to 2.0.15
This commit is contained in:
parent
56842618f1
commit
80dcf30ee8
4
3rdparty/Makefile
vendored
4
3rdparty/Makefile
vendored
@ -64,11 +64,11 @@ SDL2IMAGEARCH = $(SDL2IMAGE).tar.gz
|
||||
SDL2IMAGEURL = https://www.libsdl.org/projects/SDL_image/release/$(SDL2IMAGEARCH)
|
||||
SDL2IMAGESHA256 = e74ec49c2402eb242fbfa16f2f43a19582a74c2eabfbfb873f00d4250038ceac
|
||||
LATESTSDL2IMAGEVER = $(shell curl -s -S https://www.libsdl.org/projects/SDL_image/|grep release/|grep .tar.gz |head -n1|sed 's/.*SDL2_image-\([0-9.]*\).tar.gz.*/\1/')
|
||||
SDL2TTFVER = 2.0.14
|
||||
SDL2TTFVER = 2.0.15
|
||||
SDL2TTF = SDL2_ttf-$(SDL2TTFVER)
|
||||
SDL2TTFARCH = $(SDL2TTF).tar.gz
|
||||
SDL2TTFURL = https://www.libsdl.org/projects/SDL_ttf/release/$(SDL2TTFARCH)
|
||||
SDL2TTFSHA256 = 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276
|
||||
SDL2TTFSHA256 = a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33
|
||||
LATESTSDL2TTFVER = $(shell curl -s -S https://www.libsdl.org/projects/SDL_ttf/|grep release/|grep .tar.gz |head -n1|sed 's/.*SDL2_ttf-\([0-9.]*\).tar.gz.*/\1/')
|
||||
LIBPNGVER = 1.6.37
|
||||
LIBPNG = libpng-$(LIBPNGVER)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user