Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.4
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 4cb56cf55..8bbbf0ce8 100644 --- a/rules/sdl2.make +++ b/rules/sdl2.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2 # # Paths and names # -SDL2_VERSION := 2.26.3 -SDL2_MD5 := 6ff7cbe9f77fc5afa79d54895dc6becc +SDL2_VERSION := 2.26.4 +SDL2_MD5 := a8a81a12f3181071fe87ef2eab1202b9 SDL2 := SDL2-$(SDL2_VERSION) SDL2_SUFFIX := tar.gz SDL2_URL := https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX) -- 2.34.1
