mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 05:12:20 +00:00
aedi: update sdl2 to 2.30.10
This commit is contained in:
parent
cedf23c627
commit
6784cd1da5
1 changed files with 2 additions and 2 deletions
|
@ -283,8 +283,8 @@ class Sdl2Target(base.CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.9/SDL2-2.30.9.tar.gz',
|
||||
'24b574f71c87a763f50704bbb630cbe38298d544a1f890f099a4696b1d6beba4')
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.10/SDL2-2.30.10.tar.gz',
|
||||
'f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue