summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422022-09-12 20:15:47 +0200
committerRoboron30422022-09-12 20:15:47 +0200
commitba1e20e10c7ff265fdb3832b4ade62dd938cc96c (patch)
tree379b828620773de33f1a9f93c839e081a804bf9c
parent00eca756a624cce867e0c5ad9481359c996864fe (diff)
downloadaur-ba1e20e10c7ff265fdb3832b4ade62dd938cc96c.tar.gz
Version 2.2.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca2f0cbb2beb..352030a3efaa 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.2.8
+ pkgver = 2.2.9
pkgrel = 1
url = http://www.fluidsynth.org/
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-fluidsynth
options = staticlibs
options = !buildflags
options = !strip
- source = fluidsynth-2.2.8.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.2.8.tar.gz
- sha256sums = 7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe
+ source = fluidsynth-2.2.9.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.2.9.tar.gz
+ sha256sums = bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159
pkgname = mingw-w64-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index d301fdb72313..5f83cbf38b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_realname=fluidsynth
pkgname=mingw-w64-fluidsynth
-pkgver=2.2.8
+pkgver=2.2.9
pkgrel=1
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)"
url="http://www.fluidsynth.org/"
@@ -17,7 +17,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=('7c29a5cb7a2755c8012d941d1335da7bda957bbb0a86b7c59215d26773bb51fe')
+sha256sums=('bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"