From 9aecb43ffd98bb2a6e9d5628a844e662c7c36070 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 26 Jan 2025 04:26:04 +0000 Subject: [PATCH] fluidsynth: update to 2.4.3 --- 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 9259be5fc4..a53f136072 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.4.2" -PKG_SHA256="22797942575e10347dab52ec43ebb9d3ace1d9b8569b271f434e2e1b1a4fe897" +PKG_VERSION="2.4.3" +PKG_SHA256="a92aa83d2ff09a1a6d6186e81d8182bd2958947dffca77a6490ffd41b3ec9dc7" PKG_LICENSE="GPL" PKG_SITE="http://fluidsynth.org/" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"