mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-03-06 08:51:32 +00:00
aedi: update sdl2_image to 2.8.6
This commit is contained in:
parent
50186a4812
commit
cec036f166
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue