mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-21 02:51:43 +00:00
aedi: update sdl2 to 2.24.2
This commit is contained in:
parent
e4bd1484f9
commit
3eddb507d0
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.24.1/SDL2-2.24.1.tar.gz',
|
||||
'bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b',
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.24.2/SDL2-2.24.2.tar.gz',
|
||||
'b35ef0a802b09d90ed3add0dcac0e95820804202914f5bb7b0feb710f1a1329f',
|
||||
patches=('sdl2-no-updaterev', 'sdl2-no-gamecontroller+corehaptic'))
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue