aedi: update sdl2 to 2.24.2

This commit is contained in:
alexey.lysiuk 2022-11-02 15:50:08 +02:00
parent e4bd1484f9
commit 3eddb507d0

View file

@ -215,8 +215,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/libsdl-org/SDL/releases/download/release-2.24.1/SDL2-2.24.1.tar.gz',
'bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b',
'https://github.com/libsdl-org/SDL/releases/download/release-2.24.2/SDL2-2.24.2.tar.gz',
'b35ef0a802b09d90ed3add0dcac0e95820804202914f5bb7b0feb710f1a1329f',
patches=('sdl2-no-updaterev', 'sdl2-no-gamecontroller+corehaptic'))
def configure(self, state: BuildState):