aedi: update sdl2 to 2.30.4

This commit is contained in:
alexey.lysiuk 2024-06-18 09:58:17 +03:00
parent 59fb74e5e3
commit d89c7e39ca
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.3/SDL2-2.30.3.tar.gz',
'820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.4/SDL2-2.30.4.tar.gz',
'59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26')
def configure(self, state: BuildState):
opts = state.options