aboutsummaryrefslogtreecommitdiffstats
path: root/main/gmp/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-11-15 02:55:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-14 15:48:20 +0000
commit1f52348a80d849497b88e1f90fa51181155de3cb (patch)
tree67a647fb0c40432f203119aa00a3f7f6a1942427 /main/gmp/APKBUILD
parent8a0359efc7d1b78091f0433e85305ba282aee6d4 (diff)
main/gmp: upgrade to 6.2.1
Diffstat (limited to 'main/gmp/APKBUILD')
-rw-r--r--main/gmp/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/gmp/APKBUILD b/main/gmp/APKBUILD
index aff46d3be5c..c5e80d754db 100644
--- a/main/gmp/APKBUILD
+++ b/main/gmp/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gmp
-pkgver=6.2.0
-pkgrel=1
+pkgver=6.2.1
+pkgrel=0
pkgdesc="free library for arbitrary precision arithmetic"
url="https://gmplib.org/"
arch="all"
@@ -33,7 +33,7 @@ build() {
}
package() {
- make -j1 DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install
}
check() {
@@ -51,4 +51,4 @@ doc() {
replaces="gmp5-doc"
}
-sha512sums="a066f0456f0314a1359f553c49fc2587e484ff8ac390ff88537266a146ea373f97a1c0ba24608bf6756f4eab11c9056f103c8deb99e5b57741b4f7f0ec44b90c gmp-6.2.0.tar.xz"
+sha512sums="c99be0950a1d05a0297d65641dd35b75b74466f7bf03c9e8a99895a3b2f9a0856cd17887738fa51cf7499781b65c049769271cbcb77d057d2e9f1ec52e07dd84 gmp-6.2.1.tar.xz"