update SDL2 to 2.26.1

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8667 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5585255070813ac782ed1ef9330efba824c0a43f
Former-commit-id: 1fa7b335970a9f70d84e1f81a4a1f8a015ce55ad
This commit is contained in:
beaglejoe 2022-12-09 23:15:31 +00:00
parent 1c75de69dc
commit dff6171b70

View file

@ -35,11 +35,11 @@
# SDL2
set(SDL2_VERSION 2.26.0)
set(SDL2_VERSION 2.26.1)
set(SDL2_PROJECT SDL2-${SDL2_VERSION})
set(SDL2_FILE ${SDL2_PROJECT}.tar.gz)
set(SDL2_URL https://www.libsdl.org/release/${SDL2_FILE})
set(SDL2_HASH SHA256=8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295)
set(SDL2_HASH SHA256=02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04)
set(SDL2_LEGACY_VERSION 2.24.2)
set(SDL2_LEGACY_PROJECT SDL2-${SDL2_LEGACY_VERSION})