mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update sdl2 to 2.28.4
This commit is contained in:
parent
30b87cf032
commit
6b23ddfe1e
1 changed files with 2 additions and 2 deletions
|
@ -286,8 +286,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.3/SDL2-2.28.3.tar.gz',
|
||||
'7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518',
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.28.4/SDL2-2.28.4.tar.gz',
|
||||
'888b8c39f36ae2035d023d1b14ab0191eb1d26403c3cf4d4d5ede30e66a4942c',
|
||||
patches='sdl2-no-gamecontroller+corehaptic')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue