aedi: update sdl2 to 2.30.0

This commit is contained in:
alexey.lysiuk 2024-02-03 09:55:31 +02:00
parent 6a71f031dc
commit e9f582eada

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.28.5/SDL2-2.28.5.tar.gz',
'332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.0/SDL2-2.30.0.tar.gz',
'36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0')
def configure(self, state: BuildState):
opts = state.options