summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422021-10-01 12:35:32 +0200
committerRoboron30422021-10-01 12:35:32 +0200
commit23011eef4644b69ea9e46aff1da49cd7db2b5ac8 (patch)
tree6ee850f5067a362058ebf1b956fa7e5aea921d2a
parent57b9ef04cd076ea719d0681e1688b320e147cd56 (diff)
downloadaur-23011eef4644b69ea9e46aff1da49cd7db2b5ac8.tar.gz
version 2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ea4f87a2f5..7e4946e8a6ca 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.2
+ pkgver = 2.2.3
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.2.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.2.2.tar.gz
- sha256sums = 695aedbfd53160fef7a9a1f66cd6d5cc8a5da0fd472eee458d82b848b6065f9a
+ source = fluidsynth-2.2.3.tar.gz::https://github.com/FluidSynth/fluidsynth/archive/v2.2.3.tar.gz
+ sha256sums = b31807cb0f88e97f3096e2b378c9815a6acfdc20b0b14f97936d905b536965c4
pkgname = mingw-w64-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index a69f18abff0f..091b3a9456f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_realname=fluidsynth
pkgname=mingw-w64-fluidsynth
-pkgver=2.2.2
+pkgver=2.2.3
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=('695aedbfd53160fef7a9a1f66cd6d5cc8a5da0fd472eee458d82b848b6065f9a')
+sha256sums=('b31807cb0f88e97f3096e2b378c9815a6acfdc20b0b14f97936d905b536965c4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"