From 391358ec9da2754a8580609a66fc441390f3ac65 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 5 Jan 2021 10:46:29 +0200 Subject: [PATCH] build script: update fluidsynth to 2.1.6 --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 10d506db..c4843bc2 100755 --- a/build.py +++ b/build.py @@ -821,8 +821,8 @@ class FluidSynthTarget(CMakeStaticDependencyTarget): def prepare_source(self, builder: 'Builder'): builder.download_source( - 'https://github.com/FluidSynth/fluidsynth/archive/v2.1.5.tar.gz', - 'b539b7c65a650b56f01cd60a4e83c6125c217c5a63c0c214ef6274894a677d00') + 'https://github.com/FluidSynth/fluidsynth/archive/v2.1.6.tar.gz', + '328fc290b5358544d8dea573f81cb1e97806bdf49e8507db067621242f3f0b8a') def detect(self, builder: 'Builder') -> bool: return os.path.exists(builder.source_path + 'fluidsynth.pc.in')