summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a08b270305b3..9b2d0a158a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: sifyfy <sifyfy@sifyfy.dev>
pkgname=libgmp-static
-pkgver=6.2.1
-pkgrel=2
+pkgver=6.3.0
+pkgrel=1
pkgdesc='A free library for arbitrary precision arithmetic, but only includes libgmp.a and libgmpxx.a'
arch=('x86_64')
depends=("gmp>=$pkgver")
@@ -11,7 +11,7 @@ url=https://gmplib.org
license=('LGPL3' 'GPL2')
options=(!lto)
source=("https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz")
-sha512sums=('40e1c80d1a2eda0ea190ba2a27e7bfe718ee1fc685082b4f2251f108ffbec94272199b35cf6df217c9f6f10ac4132eaf3c5014a9e25db0592b94f7f1ddd4994f')
+sha512sums=('b70f3603ab40270fa6e9a7ee1dc0f91477e45803d3ee2f22af924af89dcd18b483c900685310c9e69cee91dc1b6dec00cfec6a8a111022d0122b5427209a4a2d')
package() {
cd gmp-$pkgver