fluidsynth: update to 2.3.2.

This commit is contained in:
triallax 2023-06-11 22:46:22 +01:00 committed by Andrew Benson
parent 0d70fd1f6b
commit 2782d02ed8

View file

@ -1,6 +1,6 @@
# Template file for 'fluidsynth' # Template file for 'fluidsynth'
pkgname=fluidsynth pkgname=fluidsynth
version=2.3.0 version=2.3.2
revision=1 revision=1
build_style=cmake build_style=cmake
make_check_target=check make_check_target=check
@ -11,9 +11,10 @@ makedepends="SDL2-devel glib-devel jack-devel libsndfile-devel pipewire-devel pu
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications" short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="http://www.fluidsynth.org/" homepage="https://www.fluidsynth.org/"
changelog="https://github.com/FluidSynth/fluidsynth/releases"
distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz" distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz"
checksum=1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20 checksum=cd610810f30566e28fb98c36501f00446a06fa6bae3dc562c8cd3868fe1c0fc7
libfluidsynth_package() { libfluidsynth_package() {
short_desc+=" - runtime library" short_desc+=" - runtime library"