aedi: update sdl2 to 2.30.1

This commit is contained in:
alexey.lysiuk 2024-03-06 09:32:28 +02:00
parent 62900b43e1
commit d77a2675ea
1 changed files with 2 additions and 2 deletions

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