diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:27:07 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-24 18:33:43 +0100 |
commit | 232dd2504062da4defa79610b5f203f87d44e96b (patch) | |
tree | d22974173aa1975167534266e391b87a4f1fa5e7 /testing/fluidsynth/APKBUILD | |
parent | 7cc9caf0f2ae87b90a3caf4e247d1f833e6024d7 (diff) | |
download | aports-232dd2504062da4defa79610b5f203f87d44e96b.tar.bz2 aports-232dd2504062da4defa79610b5f203f87d44e96b.tar.xz |
testing/fluidsynth: upgrade to 2.0.9
Diffstat (limited to 'testing/fluidsynth/APKBUILD')
-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 4788ad151e..038e5a2ce1 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.7 +pkgver=2.0.9 pkgrel=0 arch="all" url="http://www.fluidsynth.org" @@ -29,4 +29,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e fluidsynth-2.0.7.tar.gz" +sha512sums="3cc88ed3e83b15d5b3f397f3d93bf85a03dda122b570b8b09e83e9a5d00be7fc0592b2f1088151a1284c6c9125c309efd030f0fb8cb160051863e1a2fea53467 fluidsynth-2.0.9.tar.gz" |