summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422021-05-10 13:36:47 +0200
committerRoboron30422021-05-10 13:36:47 +0200
commitfa56b18e40dce61ff230373906fbb3f3bf1605df (patch)
tree1b86c9a41adafbc488b2a72d05884f1786298e83
parent919701db2889444cc2b011444f16970467fe9de7 (diff)
downloadaur-fa56b18e40dce61ff230373906fbb3f3bf1605df.tar.gz
v2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 910da6b14997..036ff8a0d692 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.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://www.fluidsynth.org/
arch = any
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-fluidsynth
options = staticlibs
options = !buildflags
options = !strip
- source = fluidsynth-2.2.0.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.2.0.tar.gz
- sha256sums = 928fb16f307507485bd1d9b010dafba8c747bce5de2ba47ab1705944c87013b6
+ source = fluidsynth-2.2.1.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.2.1.tar.gz
+ sha256sums = 1c56660f23f6c406b36646cc619fc2d2a5265d1d3290e79bcef4505bcd985fdd
pkgname = mingw-w64-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index fd277f0ecb59..a18fb951cdda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_realname=fluidsynth
pkgname=mingw-w64-fluidsynth
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications (mingw-w64)"
url="http://www.fluidsynth.org/"
@@ -16,7 +16,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=('928fb16f307507485bd1d9b010dafba8c747bce5de2ba47ab1705944c87013b6')
+sha256sums=('1c56660f23f6c406b36646cc619fc2d2a5265d1d3290e79bcef4505bcd985fdd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"