aedi: update fluidsynth to 2.3.2

This commit is contained in:
alexey.lysiuk 2023-04-03 13:22:40 +03:00
parent c9490a201b
commit aaea558249
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ class FluidSynthTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.1.tar.gz', 'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.3.2.tar.gz',
'd734e4cf488be763cf123e5976f3154f0094815093eecdf71e0e9ae148431883') 'cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7')
def configure(self, state: BuildState): def configure(self, state: BuildState):
opts = state.options opts = state.options