forked from speed-dreams/speed-dreams-code
Revert 9270
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9271 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e559b94c4f83cc6e73a49ffe17155fda52055413 Former-commit-id: bc794bfe3baa99d10cedf915fce39aac97d8a2b4
This commit is contained in:
parent
7fb3ca5289
commit
e2639d135f
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
|
|
@ -35,11 +35,11 @@
|
|||
|
||||
|
||||
# SDL2
|
||||
set(SDL2_VERSION 2.29.2)
|
||||
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=a3000bf844fa264b57c9d52150dc811b4b58db0ffbbf21da1be0f952c30e2d96)
|
||||
set(SDL2_HASH SHA256=332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4)
|
||||
|
||||
set(SDL2_LEGACY_VERSION 2.24.2)
|
||||
set(SDL2_LEGACY_PROJECT SDL2-${SDL2_LEGACY_VERSION})
|
||||
|
|
Loading…
Reference in a new issue