diff options
-rw-r--r-- | testing/fluidsynth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fluidsynth/APKBUILD b/testing/fluidsynth/APKBUILD index 4c0b724237..4788ad151e 100644 --- a/testing/fluidsynth/APKBUILD +++ b/testing/fluidsynth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=fluidsynth -pkgver=2.0.6 +pkgver=2.0.7 pkgrel=0 arch="all" url="http://www.fluidsynth.org" @@ -29,4 +29,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="c160e3d7c6ad62d5cc014642eb18a0f65eb90b5ad91db4049e1b45446034e989a4f9e5b805270967d4eaf47a6e2da0e81bdb5ae95500cc80d7021e8e61cd7107 fluidsynth-2.0.6.tar.gz" +sha512sums="c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e fluidsynth-2.0.7.tar.gz" |