diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/mdds/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mdds/APKBUILD b/community/mdds/APKBUILD index 7fc80ed34c..73220c4e04 100644 --- a/community/mdds/APKBUILD +++ b/community/mdds/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=mdds -pkgver=1.2.3 -pkgrel=1 +pkgver=1.3.1 +pkgrel=0 pkgdesc="Multi-dimentional data index algorithm" url="https://gitlab.com/mdds/mdds" arch="noarch" @@ -37,4 +37,4 @@ package() { mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib/ } -sha512sums="e5935fd99a53df124532cfc8e46349b2ef9ca79f5f184ca2da941c9a77e66ee40e11478e520bf9cb62e1bcea4b69deab5088265e1b89fda04417130aab227c3d mdds-1.2.3.tar.bz2" +sha512sums="c7ed422c8e0bfb00debd43a12638efc6706d25f9aee0b7cfc15dc711693c4d555e262ae47ff00797c9601c12c0a7eced0f753b263b5f61623470f842814970a8 mdds-1.3.1.tar.bz2" |