diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 10:07:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 10:50:25 -0300 |
commit | 3b327a3f915718bcf79905bf0ff8328d8ec3137b (patch) | |
tree | 55b31b33c9b997acb0137c659525bca257108e6d | |
parent | d178449837b8510425b87df25ff240292a1de1e2 (diff) | |
download | aports-3b327a3f915718bcf79905bf0ff8328d8ec3137b.tar.bz2 aports-3b327a3f915718bcf79905bf0ff8328d8ec3137b.tar.xz |
testing/fluidsynth: upgrade to 2.0.7
-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" |