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 7992b7e6f5d1..082ed1a9067c 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.3.4
+ pkgver = 2.3.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.3.4.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.3.4.tar.gz
- sha256sums = 1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9
+ source = fluidsynth-2.3.5.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.3.5.tar.gz
+ sha256sums = f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d
pkgname = mingw-w64-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index cddac646b3dc..f8eb0d3f7026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_realname=fluidsynth
pkgname=mingw-w64-fluidsynth
-pkgver=2.3.4
+pkgver=2.3.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=('1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9')
+sha256sums=('f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"