aedi: update sdl2 to 2.26.1

This commit is contained in:
alexey.lysiuk 2022-12-02 14:04:39 +02:00
parent 93c629d6d9
commit 2c3e060e10

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.26.0/SDL2-2.26.0.tar.gz',
'8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295',
'https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz',
'02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04',
patches='sdl2-no-gamecontroller+corehaptic')
def configure(self, state: BuildState):