From 175713ab21b1620dfbba21fe1a839b21d009cab4 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Tue, 6 Sep 2022 03:40:37 +0000 Subject: [PATCH] fluidsynth: update to 2.2.9 release notes: - https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.9 --- packages/audio/fluidsynth/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/audio/fluidsynth/package.mk b/packages/audio/fluidsynth/package.mk index c280c51d49..a73735f1b4 100644 --- a/packages/audio/fluidsynth/package.mk +++ b/packages/audio/fluidsynth/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="fluidsynth" -PKG_VERSION="2.2.8" -PKG_SHA256="7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe" +PKG_VERSION="2.2.9" +PKG_SHA256="bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159" PKG_LICENSE="GPL" PKG_SITE="http://fluidsynth.org/" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"