From 9c4d4f4ac076df7e3453fb14721fdc00fb722b66 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Mon, 26 Sep 2022 21:53:40 +0200 Subject: [PATCH] package/fluidsynth: bump to version 2.3.0 For change log since v2.2.9, see: - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.0 Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard --- 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 b1e9f08bbf..fdb0cf4117 100644 --- a/package/fluidsynth/fluidsynth.hash +++ b/package/fluidsynth/fluidsynth.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159 fluidsynth-2.2.9.tar.gz +sha256 1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20 fluidsynth-2.3.0.tar.gz sha256 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9 LICENSE diff --git a/package/fluidsynth/fluidsynth.mk b/package/fluidsynth/fluidsynth.mk index 32fb88144e..20fbb644f5 100644 --- a/package/fluidsynth/fluidsynth.mk +++ b/package/fluidsynth/fluidsynth.mk @@ -4,7 +4,7 @@ # ################################################################################ -FLUIDSYNTH_VERSION = 2.2.9 +FLUIDSYNTH_VERSION = 2.3.0 FLUIDSYNTH_SITE = $(call github,FluidSynth,fluidsynth,v$(FLUIDSYNTH_VERSION)) FLUIDSYNTH_LICENSE = LGPL-2.1+ FLUIDSYNTH_LICENSE_FILES = LICENSE