summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-01-09 20:14:33 +0100
committerMichel Zou2017-01-09 20:14:33 +0100
commit1b2f9dba516583083255d6265f65d6f681d34154 (patch)
tree0a3bf84c63387771adadf83434bc0fd10a5243a5
parente80d302f41f9603ac0e1b42dd99b6901e5333eb7 (diff)
downloadaur-1b2f9dba516583083255d6265f65d6f681d34154.tar.gz
6.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 713f4928fe5c..4eeabdcb80eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 16 20:17:17 UTC 2016
+# Mon Jan 9 19:14:33 UTC 2017
pkgbase = mingw-w64-gmp
pkgdesc = A free library for arbitrary precision arithmetic (mingw-w64)
- pkgver = 6.1.0
+ pkgver = 6.1.2
pkgrel = 1
url = http://gmplib.org
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-gmp
options = staticlibs
options = !strip
options = !buildflags
- source = ftp://ftp.gmplib.org/pub/gmp-6.1.0/gmp-6.1.0.tar.xz
- md5sums = a9868ef2556ad6a2909babcd1428f3c7
+ source = ftp://ftp.gmplib.org/pub/gmp-6.1.2/gmp-6.1.2.tar.xz
+ md5sums = f58fa8001d60c4c77595fbbb62b63c1d
pkgname = mingw-w64-gmp
diff --git a/PKGBUILD b/PKGBUILD
index 01897e564603..611a0df14e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gmp
-pkgver=6.1.0
+pkgver=6.1.2
pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ depends=(mingw-w64-crt)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz")
-md5sums=('a9868ef2556ad6a2909babcd1428f3c7')
+md5sums=('f58fa8001d60c4c77595fbbb62b63c1d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"