aedi: update fluidsynth to 2.2.8

This commit is contained in:
alexey.lysiuk 2022-07-12 09:38:15 +03:00
parent 2435b4b212
commit c475fa2794

View file

@ -99,8 +99,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.7.tar.gz',
'460d86d8d687f567dc4780890b72538c7ff6b2082080ef2f9359d41670a309cf')
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.8.tar.gz',
'7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe')
def configure(self, state: BuildState):
opts = state.options