From c844fa62990359f7d830ac2a3c53ef239b8372c1 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 1 Dec 2024 20:24:14 +0000 Subject: [PATCH] fluidsynth: update to 2.4.1 --- 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 af874d3e4f..0c57fefd23 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.0" -PKG_SHA256="fd4d216a3030abc56a339985ab0506328660cd77b2d71dd98c240c58c03d8f7f" +PKG_VERSION="2.4.1" +PKG_SHA256="d1e64155ac902116ed3d4dea512719d8c04ab3877db2e8fb160284379f570a2f" PKG_LICENSE="GPL" PKG_SITE="http://fluidsynth.org/" PKG_URL="https://github.com/FluidSynth/fluidsynth/archive/v${PKG_VERSION}.tar.gz"