aedi: update sdl2 to 2.30.3

This commit is contained in:
alexey.lysiuk 2024-05-02 09:51:53 +03:00
parent fc2ebc75f0
commit 42cc38f5f3
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.2/SDL2-2.30.2.tar.gz',
'891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz',
'820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec')
def configure(self, state: BuildState):
opts = state.options