From 7d25c88e26a86c0c9970af2a44d27366251b9142 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 15 Sep 2021 00:03:25 +0200 Subject: [PATCH] SDL2 2.0.14 => 2.0.16 --- 3rdparty/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/Makefile b/3rdparty/Makefile index 4c21bf24..743b9173 100644 --- a/3rdparty/Makefile +++ b/3rdparty/Makefile @@ -51,7 +51,7 @@ SDLTTFARCH=$(SDLTTF).tar.gz SDLTTFURL=https://www.libsdl.org/projects/SDL_ttf/release/$(SDLTTFARCH) SDLTTFSHA256 = 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7 # we cannot take the latest version automatically because SDL2DEVEL is not signed :( -SDL2VER = 2.0.14 +SDL2VER = 2.0.16 LATESTSDL2VER = $(shell curl -s -S http://www.libsdl.org/ | grep current | grep stable | sed 's/.*version \([0-9.]*\).*/\1/' ) SDL2 = SDL2-$(SDL2VER) SDL2ARCH = $(SDL2).tar.gz @@ -65,7 +65,7 @@ endif SDL2DEVEL = SDL2-devel-$(SDL2VER)-mingw.tar.gz SDL2DEVELURL = https://www.libsdl.org/release/$(SDL2DEVEL) SDL2DEVELPATCH = SDL2-devel.patch -SDL2DEVELSHA256 = 405eaff3eb18f2e08fe669ef9e63bc9a8710b7d343756f238619761e9b60407d +SDL2DEVELSHA256 = 2bfe48628aa9635c12eac7d421907e291525de1d0b04b3bca4a5bd6e6c881a6f SDL2IMAGEVER = $(LATESTSDL2IMAGEVER) SDL2IMAGE = SDL2_image-$(SDL2IMAGEVER) SDL2IMAGEARCH = $(SDL2IMAGE).tar.gz