Update SDL2 to 2.28.0

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9027 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-06-21 19:32:45 +00:00
parent 3b9fc5ad69
commit c8dd711bde
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@
# SDL2
set(SDL2_VERSION 2.26.5)
set(SDL2_VERSION 2.28.0)
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=ad8fea3da1be64c83c45b1d363a6b4ba8fd60f5bde3b23ec73855709ec5eabf7)
set(SDL2_HASH SHA256=d215ae4541e69d628953711496cd7b0e8b8d5c8d811d5b0f98fdc7fd1422998a)
set(SDL2_LEGACY_VERSION 2.24.2)
set(SDL2_LEGACY_PROJECT SDL2-${SDL2_LEGACY_VERSION})