summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed7fcf834814..7c6f493e042e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-fluidsynth
pkgdesc = A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)
- pkgver = 2.4.1
+ pkgver = 2.4.5
pkgrel = 1
url = http://www.fluidsynth.org/
arch = any
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-fluidsynth
options = staticlibs
options = !buildflags
options = !strip
- source = fluidsynth-2.4.1.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.4.1.tar.gz
- sha256sums = d1e64155ac902116ed3d4dea512719d8c04ab3877db2e8fb160284379f570a2f
+ source = fluidsynth-2.4.5.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.4.5.tar.gz
+ sha256sums = 2d2a5ca35bbb3f3fd241ef388a0cb3ae5755ebbb78121c7869f02b021d694810
pkgname = mingw-w64-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index 27a5584bf3ce..febff08ed2f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"