aedi: update fluidsynth to 2.2.1

This commit is contained in:
alexey.lysiuk 2021-05-09 10:49:55 +03:00
parent d2bf8673d9
commit 0643f490e3

View file

@ -95,8 +95,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/FluidSynth/fluidsynth/archive/v2.2.0.tar.gz',
'928fb16f307507485bd1d9b010dafba8c747bce5de2ba47ab1705944c87013b6')
'https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.2.1.tar.gz',
'1c56660f23f6c406b36646cc619fc2d2a5265d1d3290e79bcef4505bcd985fdd')
def detect(self, state: BuildState) -> bool:
return os.path.exists(state.source + 'fluidsynth.pc.in')