aedi: update sdl2 to 2.30.10

This commit is contained in:
alexey.lysiuk 2024-12-07 13:08:38 +02:00
parent cedf23c627
commit 6784cd1da5

View file

@ -283,8 +283,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.9/SDL2-2.30.9.tar.gz',
'24b574f71c87a763f50704bbb630cbe38298d544a1f890f099a4696b1d6beba4')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.10/SDL2-2.30.10.tar.gz',
'f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa')
def configure(self, state: BuildState):
opts = state.options