From 39e4e7a0dbd304fcc32fcfdc5d00f4824d6512d5 Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 10 Oct 2021 17:52:29 +0300 Subject: [PATCH] Update package fluidsynth --- packages/fluidsynth/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/fluidsynth/build.sh b/packages/fluidsynth/build.sh index 25ad76ab69..b9546e5c4e 100644 --- a/packages/fluidsynth/build.sh +++ b/packages/fluidsynth/build.sh @@ -1,8 +1,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_MAINTAINER="Yonle " TERMUX_PKG_VERSION=2.2.3 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=b31807cb0f88e97f3096e2b378c9815a6acfdc20b0b14f97936d905b536965c4 TERMUX_PKG_DEPENDS="glib, pulseaudio"