From b7e76158f380790474b5f1f3b1b7367979d71bff Mon Sep 17 00:00:00 2001 From: Yonle <63401712+Yonle@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:53:44 +0700 Subject: [PATCH] Fluidsynth: Update to 2.2.5 (#8729) https://github.com/FluidSynth/fluidsynth/releases/tag/v2.2.5 --- packages/fluidsynth/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/fluidsynth/build.sh b/packages/fluidsynth/build.sh index 37bd5df3d..59129d626 100644 --- a/packages/fluidsynth/build.sh +++ b/packages/fluidsynth/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/FluidSynth/fluidsynth TERMUX_PKG_DESCRIPTION="Software synthesizer based on the SoundFont 2 specifications" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="Yonle " -TERMUX_PKG_VERSION=2.2.4 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=2.2.5 TERMUX_PKG_SRCURL=https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=83cb1dba04c632ede74f0c0717018b062c0e00b639722203b23f77a961afd390 +TERMUX_PKG_SHA256=9037e703617f91c4c36039a5059e0f624164799d856af715bcd8a23c07ba03b8 TERMUX_PKG_DEPENDS="glib, pulseaudio" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DLIB_INSTALL_DIR=${TERMUX_PREFIX}/lib"