aedi: update sdl2 to 2.28.5

This commit is contained in:
alexey.lysiuk 2023-11-03 13:19:09 +02:00
parent a79b497900
commit e3da13a96e

View file

@ -269,8 +269,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.4/SDL2-2.28.4.tar.gz',
'888b8c39f36ae2035d023d1b14ab0191eb1d26403c3cf4d4d5ede30e66a4942c')
'https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.tar.gz',
'332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4')
def configure(self, state: BuildState):
opts = state.options