diff options
Diffstat (limited to 'system/gmp/APKBUILD')
-rw-r--r-- | system/gmp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/gmp/APKBUILD b/system/gmp/APKBUILD index e5c71a783..298dd3a48 100644 --- a/system/gmp/APKBUILD +++ b/system/gmp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Adelie Platform Group <adelie-devel@lists.adelielinux.org> pkgname=gmp -pkgver=6.2.1 -pkgrel=2 +pkgver=6.3.0 +pkgrel=0 pkgdesc="A free library for arbitrary precision arithmetic" url="https://gmplib.org/" arch="all" @@ -44,4 +44,4 @@ libgmpxx() { mv "$pkgdir"/usr/lib/libgmpxx.so.* "$subpkgdir"/usr/lib/ } -sha512sums="c99be0950a1d05a0297d65641dd35b75b74466f7bf03c9e8a99895a3b2f9a0856cd17887738fa51cf7499781b65c049769271cbcb77d057d2e9f1ec52e07dd84 gmp-6.2.1.tar.xz" +sha512sums="e85a0dab5195889948a3462189f0e0598d331d3457612e2d3350799dba2e244316d256f8161df5219538eb003e4b5343f989aaa00f96321559063ed8c8f29fd2 gmp-6.3.0.tar.xz" |