diff options
author | Roboron3042 | 2025-04-16 10:29:37 +0200 |
---|---|---|
committer | Roboron3042 | 2025-04-16 10:29:37 +0200 |
commit | bd2869301d9f2f14c83c85cd99045df06534092e (patch) | |
tree | 32208967247c8567cd774e91a5ed400c7fc53c8d /PKGBUILD | |
parent | 586e07b567186f7db0b2cbdd84de7c4eefdb4bc1 (diff) | |
download | aur-mingw-w64-fluidsynth.tar.gz |
Version 2.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _realname=fluidsynth pkgname=mingw-w64-fluidsynth -pkgver=2.4.1 +pkgver=2.4.5 pkgrel=1 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)" url="http://www.fluidsynth.org/" @@ -18,7 +18,7 @@ makedepends=('mingw-w64-cmake' 'mingw-w64-make') options=('staticlibs' '!buildflags' '!strip') source=("${_realname}-${pkgver}.tar.gz::https://github.com/FluidSynth/${_realname}/archive/v${pkgver}.tar.gz") -sha256sums=('d1e64155ac902116ed3d4dea512719d8c04ab3877db2e8fb160284379f570a2f') +sha256sums=('2d2a5ca35bbb3f3fd241ef388a0cb3ae5755ebbb78121c7869f02b021d694810') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |