Update SDL2 to 2.28.5

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

Former-commit-id: 0a70050563acc2e066036499d260ca88d71ba545
Former-commit-id: e0da6eb5e5d344d4cbd2ec4c1bace0746e68741c
This commit is contained in:
beaglejoe 2023-11-03 13:53:44 +00:00
parent e0fc067e07
commit f03c698dcb

View file

@ -35,11 +35,11 @@
# SDL2
set(SDL2_VERSION 2.28.4)
set(SDL2_VERSION 2.28.5)
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=888b8c39f36ae2035d023d1b14ab0191eb1d26403c3cf4d4d5ede30e66a4942c)
set(SDL2_HASH SHA256=332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4)
set(SDL2_LEGACY_VERSION 2.24.2)
set(SDL2_LEGACY_PROJECT SDL2-${SDL2_LEGACY_VERSION})