From 044feb2ceaded3cd7e7fbec6efc35c90780956f0 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Wed, 6 Jan 2021 20:16:13 +0000 Subject: [PATCH] COMMON: Update FluidSynth --- toolchains/common/packages/fluidsynth/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchains/common/packages/fluidsynth/build.sh b/toolchains/common/packages/fluidsynth/build.sh index 664c966..7ce5e6c 100755 --- a/toolchains/common/packages/fluidsynth/build.sh +++ b/toolchains/common/packages/fluidsynth/build.sh @@ -1,6 +1,6 @@ #! /bin/sh -FLUIDSYNTH_VERSION=2.1.5 +FLUIDSYNTH_VERSION=2.1.6 PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd) HELPERS_DIR=$PACKAGE_DIR/../..