Update SDL2 to 2.24.1

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

Former-commit-id: 058b5b656649ed4ee4997fdb63a0fcaac0644ca1
Former-commit-id: 4c1ead729c7570c48073ccbffa5544f80f17b4ab
This commit is contained in:
beaglejoe 2022-10-09 00:19:51 +00:00
parent a86f6b106e
commit 04a8548fdb

View file

@ -35,11 +35,11 @@
# SDL2
set(SDL2_VERSION 2.24.0)
set(SDL2_VERSION 2.24.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=91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97)
set(SDL2_HASH SHA256=bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b)
# SDL2_MIXER
set(SDL2_MIXER_VERSION 2.6.2)