Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.3
Signed-off-by: Christian Melki <[email protected]> --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b/rules/sdl2.make index b1b9995ae..4cb56cf55 100644 --- a/rules/sdl2.make +++ b/rules/sdl2.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2 # # Paths and names # -SDL2_VERSION := 2.26.2 -SDL2_MD5 := 303e85033a1f55db663d64ce85df2070 +SDL2_VERSION := 2.26.3 +SDL2_MD5 := 6ff7cbe9f77fc5afa79d54895dc6becc SDL2 := SDL2-$(SDL2_VERSION) SDL2_SUFFIX := tar.gz SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX) -- 2.34.1
