summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-08-04 18:49:53 +0200
committerMichel Zou2023-08-04 18:49:53 +0200
commit9b0f50c460ad0be8a61575f4628c50e5b6a5c343 (patch)
tree1275f3b5a31f2e1b7fead1c4ded4e511a6abe634
parent66f7f20a10d6a4b6c0a430479b3519b90bf37500 (diff)
downloadaur-9b0f50c460ad0be8a61575f4628c50e5b6a5c343.tar.gz
6.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6cd454f51f..28b894f8edc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gmp
pkgdesc = A free library for arbitrary precision arithmetic (mingw-w64)
- pkgver = 6.2.1
+ pkgver = 6.3.0
pkgrel = 1
url = http://gmplib.org
arch = any
@@ -10,11 +10,10 @@ pkgbase = mingw-w64-gmp
options = staticlibs
options = !strip
options = !buildflags
- source = https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz
- source = https://gmplib.org/download/gmp/gmp-6.2.1.tar.lz.sig
+ source = https://gmplib.org/download/gmp/gmp-6.3.0.tar.lz
+ source = https://gmplib.org/download/gmp/gmp-6.3.0.tar.lz.sig
validpgpkeys = 343C2FF0FBEE5EC2EDBEF399F3599FF828C67298
- sha256sums = 2c7f4f0d370801b2849c48c9ef3f59553b5f1d3791d070cffb04599f9fc67b41
+ sha256sums = be5c908a7a836c3a9bd9d62aa58563c5e9e7fef94c43a7f42dbc35bb6d02733c
sha256sums = SKIP
pkgname = mingw-w64-gmp
-
diff --git a/PKGBUILD b/PKGBUILD
index 4f1e3d799d7e..4f7449bcef94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gmp
-pkgver=6.2.1
+pkgver=6.3.0
pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=(https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz{,.sig})
validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller <nisse@lysator.liu.se>
-sha256sums=('2c7f4f0d370801b2849c48c9ef3f59553b5f1d3791d070cffb04599f9fc67b41'
+sha256sums=('be5c908a7a836c3a9bd9d62aa58563c5e9e7fef94c43a7f42dbc35bb6d02733c'
'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"