aedi: update fluidsynth to 2.1.7

This commit is contained in:
alexey.lysiuk 2021-01-30 12:58:45 +02:00
parent a69bdbe929
commit d4933137d1

View file

@ -157,8 +157,8 @@ class FluidSynthTarget(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/v2.1.6.tar.gz', 'https://github.com/FluidSynth/fluidsynth/archive/v2.1.7.tar.gz',
'328fc290b5358544d8dea573f81cb1e97806bdf49e8507db067621242f3f0b8a') '365a1c0982efcaff724a7b05d26ce1db76bc7435aa4c239df61cbc87f04b6c90')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return os.path.exists(state.source + 'fluidsynth.pc.in') return os.path.exists(state.source + 'fluidsynth.pc.in')