aedi: update sdl2_image to 2.8.6

This commit is contained in:
alexey.lysiuk 2025-03-02 10:20:25 +02:00
parent 50186a4812
commit cec036f166

View file

@ -304,8 +304,8 @@ class Sdl2ImageTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.5/SDL2_image-2.8.5.tar.gz',
'8bc4c57f41e2c0db7f9b749b253ef6cecdc6f0b689ecbe36ee97b50115fff645')
'https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.6/SDL2_image-2.8.6.tar.gz',
'b71903ef444e6011b7d7751f2cf1bc90994810e199818f2706be62d45b10a848')
def configure(self, state: BuildState):
opts = state.options