mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update sdl2 to 2.30.0
This commit is contained in:
parent
6a71f031dc
commit
e9f582eada
1 changed files with 2 additions and 2 deletions
|
@ -283,8 +283,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.5/SDL2-2.28.5.tar.gz',
|
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.0/SDL2-2.30.0.tar.gz',
|
||||||
'332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4')
|
'36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue