aedi: update sdl2 to 2.30.2

This commit is contained in:
alexey.lysiuk 2024-04-02 10:19:40 +03:00
parent dfb79cfe85
commit fa4f9f651e
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.1/SDL2-2.30.1.tar.gz',
'01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz',
'891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31')
def configure(self, state: BuildState):
opts = state.options