Update SDL2 to 2.0.18

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

Former-commit-id: f817dec45dbaeb213e28a856cce1598598590ade
Former-commit-id: 56df09f473700e890bd9577e682a71dbedbbb8e9
This commit is contained in:
beaglejoe 2021-12-03 00:39:41 +00:00
parent 8f060cbbc5
commit c691f03d88
2 changed files with 2 additions and 2 deletions

View file

@ -35,11 +35,11 @@
# SDL2
set(SDL2_VERSION 2.0.16)
set(SDL2_VERSION 2.0.18)
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=65be9ff6004034b5b2ce9927b5a4db1814930f169c4b2dae0a1e4697075f287b)
set(SDL2_HASH SHA256=94d40cd73dbfa10bb6eadfbc28f355992bb2d6ef6761ad9d4074eff95ee5711c)
# SDL2_MIXER
set(SDL2_MIXER_VERSION 2.0.4)