mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: update sdl2 to 2.28.2
This commit is contained in:
parent
3c45d73bd6
commit
0d1e6fc8e3
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ class Sdl2Target(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.28.1/SDL2-2.28.1.tar.gz',
|
||||
'4977ceba5c0054dbe6c2f114641aced43ce3bf2b41ea64b6a372d6ba129cb15d',
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.28.2/SDL2-2.28.2.tar.gz',
|
||||
'64b1102fa22093515b02ef33dd8739dee1ba57e9dbba6a092942b8bbed1a1c5e',
|
||||
patches='sdl2-no-gamecontroller+corehaptic')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue