From 145bb79fc4f265e97d85e0da4bb182813cea6ed0 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 17 Nov 2024 14:55:52 +0000 Subject: [PATCH] fluidsynth: update to 2.4.0 --- mingw-w64-fluidsynth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-fluidsynth/PKGBUILD b/mingw-w64-fluidsynth/PKGBUILD index 5f35177524..e6f82e4d98 100644 --- a/mingw-w64-fluidsynth/PKGBUILD +++ b/mingw-w64-fluidsynth/PKGBUILD @@ -3,7 +3,7 @@ _realname=fluidsynth pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=2.3.7 +pkgver=2.4.0 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-pkgconf") source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz" "010-no-undefined.patch") -sha256sums=('38d1d910783ab67c07a4d859d1aa95525979ff352b927e25b1ae894c774bb4c4' +sha256sums=('fd4d216a3030abc56a339985ab0506328660cd77b2d71dd98c240c58c03d8f7f' '8b865ac2b0ea760f3c5fa640573793131a09cdc7af833ab6fd8f69b583e41153') noextract=("${_realname}-${pkgver}.tar.gz")