fluidsynth: update to 2.2.9

This commit is contained in:
Biswapriyo Nath
2022-09-10 17:53:10 +05:30
parent c507f9741c
commit 97a04f230b

View File

@@ -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")