aedi: update sdl2 to 2.30.7

This commit is contained in:
alexey.lysiuk 2024-09-02 10:12:06 +03:00
parent 6075d8db75
commit c0a460d058
1 changed files with 2 additions and 2 deletions

View File

@ -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.6/SDL2-2.30.6.tar.gz',
'c6ef64ca18a19d13df6eb22df9aff19fb0db65610a74cc81dae33a82235cacd4')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz',
'2508c80438cd5ff3bbeb8fe36b8f3ce7805018ff30303010b61b03bb83ab9694')
def configure(self, state: BuildState):
opts = state.options