mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-03-06 17:01:39 +00:00
aedi: update sdl2 to 2.32.0
This commit is contained in:
parent
7189879a21
commit
f8491db7b7
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,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.30.12/SDL2-2.30.12.tar.xz',
|
'https://github.com/libsdl-org/SDL/releases/download/release-2.32.0/SDL2-2.32.0.tar.gz',
|
||||||
'7040a7908d700d2abefba154166cb04bbf0bfdf4c33b741711850bbc79efbfce')
|
'f5c2b52498785858f3de1e2996eba3c1b805d08fe168a47ea527c7fc339072d0')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue