mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-03 17:02:02 +00:00
aedi: update sdl2 to 2.30.8
This commit is contained in:
parent
25cec643b4
commit
862d3489f2
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,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.7/SDL2-2.30.7.tar.gz',
|
||||
'2508c80438cd5ff3bbeb8fe36b8f3ce7805018ff30303010b61b03bb83ab9694')
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-2.30.8.tar.gz',
|
||||
'380c295ea76b9bd72d90075793971c8bcb232ba0a69a9b14da4ae8f603350058')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
opts = state.options
|
||||
|
|
Loading…
Reference in a new issue