From 7ae8e477ba49b57243a77ed5decac96c510ce386 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 16 Mar 2025 20:53:21 +0000 Subject: [PATCH] fluidsynth: update to 2.4.4 --- 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 a53f136072..51d3cd6fb7 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.3" -PKG_SHA256="a92aa83d2ff09a1a6d6186e81d8182bd2958947dffca77a6490ffd41b3ec9dc7" +PKG_VERSION="2.4.4" +PKG_SHA256="fc492a255f453e65ac5b99a25e6ffbe0fbd64d6a4fe824bacd68de16fe8af7ba" PKG_LICENSE="GPL" PKG_SITE="http://fluidsynth.org/" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"