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.1
This commit is contained in:
parent
fe2844661d
commit
e9154d9acc
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ class Sdl2Target(base.CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.28.0/SDL2-2.28.0.tar.gz',
|
'https://github.com/libsdl-org/SDL/releases/download/release-2.28.1/SDL2-2.28.1.tar.gz',
|
||||||
'd215ae4541e69d628953711496cd7b0e8b8d5c8d811d5b0f98fdc7fd1422998a',
|
'4977ceba5c0054dbe6c2f114641aced43ce3bf2b41ea64b6a372d6ba129cb15d',
|
||||||
patches='sdl2-no-gamecontroller+corehaptic')
|
patches='sdl2-no-gamecontroller+corehaptic')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
|
|
Loading…
Reference in a new issue