mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update sdl2 to 2.26.1
This commit is contained in:
parent
93c629d6d9
commit
2c3e060e10
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ class Sdl2Target(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.26.0/SDL2-2.26.0.tar.gz',
|
'https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz',
|
||||||
'8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295',
|
'02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04',
|
||||||
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