forked from speed-dreams/speed-dreams-code
update sdl2 to latest version
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9450 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 3a6123ea3489f298163f8eb87d14ef48825eb312 Former-commit-id: 186246958a5109fe405c090c28a73fe391ddcb88
This commit is contained in:
parent
1ecad705a4
commit
3e9695349a
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@
|
|||
|
||||
|
||||
# SDL2
|
||||
set(SDL2_VERSION 2.30.3)
|
||||
set(SDL2_VERSION 2.30.4)
|
||||
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=820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec)
|
||||
set(SDL2_HASH SHA256=59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26)
|
||||
|
||||
set(SDL2_LEGACY_VERSION 2.24.2)
|
||||
set(SDL2_LEGACY_PROJECT SDL2-${SDL2_LEGACY_VERSION})
|
||||
|
|
Loading…
Reference in a new issue