aedi: update fluidsynth to 2.4.0

This commit is contained in:
alexey.lysiuk 2024-10-31 16:55:21 +02:00
parent 5d853b7b71
commit b35fa67dc8

View file

@ -54,8 +54,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.7.tar.gz', 'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.0.tar.gz',
'38d1d910783ab67c07a4d859d1aa95525979ff352b927e25b1ae894c774bb4c4', 'fd4d216a3030abc56a339985ab0506328660cd77b2d71dd98c240c58c03d8f7f',
patches='fluidsynth-sf3-support') patches='fluidsynth-sf3-support')
def configure(self, state: BuildState): def configure(self, state: BuildState):