summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-01-09 20:14:33 +0100
committerMichel Zou2017-01-09 20:14:33 +0100
commit1b2f9dba516583083255d6265f65d6f681d34154 (patch)
tree0a3bf84c63387771adadf83434bc0fd10a5243a5 /PKGBUILD
parente80d302f41f9603ac0e1b42dd99b6901e5333eb7 (diff)
downloadaur-1b2f9dba516583083255d6265f65d6f681d34154.tar.gz
6.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"