From 93f53e4e1732c2834d2661fc3692703bbd26616a Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Thu, 15 Sep 2022 20:28:20 +0200 Subject: [PATCH] package/fluidsynth: bump to version 2.2.9 For change log since v2.2.8, see: - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.9 Signed-off-by: Julien Olivain Signed-off-by: Thomas Petazzoni --- package/fluidsynth/fluidsynth.hash | 2 +- package/fluidsynth/fluidsynth.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/fluidsynth/fluidsynth.hash b/package/fluidsynth/fluidsynth.hash index 25f9c4f07e..b1e9f08bbf 100644 --- a/package/fluidsynth/fluidsynth.hash +++ b/package/fluidsynth/fluidsynth.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe fluidsynth-2.2.8.tar.gz +sha256 bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159 fluidsynth-2.2.9.tar.gz sha256 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9 LICENSE diff --git a/package/fluidsynth/fluidsynth.mk b/package/fluidsynth/fluidsynth.mk index 3ae005f85f..32fb88144e 100644 --- a/package/fluidsynth/fluidsynth.mk +++ b/package/fluidsynth/fluidsynth.mk @@ -4,7 +4,7 @@ # ################################################################################ -FLUIDSYNTH_VERSION = 2.2.8 +FLUIDSYNTH_VERSION = 2.2.9 FLUIDSYNTH_SITE = $(call github,FluidSynth,fluidsynth,v$(FLUIDSYNTH_VERSION)) FLUIDSYNTH_LICENSE = LGPL-2.1+ FLUIDSYNTH_LICENSE_FILES = LICENSE