summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-03-16 21:17:17 +0100
committerMichel Zou2016-03-16 21:17:17 +0100
commite80d302f41f9603ac0e1b42dd99b6901e5333eb7 (patch)
tree175d75353a1d6e849e6655cac6a2880aeb9fdd22 /PKGBUILD
parent8aaf49323956453839bdc649b0afc872d54082f9 (diff)
downloadaur-e80d302f41f9603ac0e1b42dd99b6901e5333eb7.tar.gz
6.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce264108eb67..01897e564603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gmp
-pkgver=6.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic (mingw-w64)"
arch=(any)
url="http://gmplib.org"
@@ -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=('4dc314ac6d3059cc8d712aad4a6d162e')
+md5sums=('a9868ef2556ad6a2909babcd1428f3c7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"