From 97a04f230bbd301ec714ef7301daec77336d82fc Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 10 Sep 2022 17:53:10 +0530 Subject: [PATCH] fluidsynth: update to 2.2.9 --- 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 898291eea7..868346d4c8 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.2.8 +pkgver=2.2.9 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config" options=('strip' 'staticlibs') source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz" "010-no-undefined.patch") -sha256sums=('7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe' +sha256sums=('bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159' '8b865ac2b0ea760f3c5fa640573793131a09cdc7af833ab6fd8f69b583e41153') noextract=("${_realname}-${pkgver}.tar.gz")