diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-03 01:18:47 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-03 01:18:47 +0000 |
commit | 0187b78722778b881a3de3f2a000b6386a2df499 (patch) | |
tree | 88f09962368924d694343842e2139105aca1ac4f /tools | |
parent | 1aea607ed995f03939962454572cf1046ac50847 (diff) |
[tools] gmp: upgrade to version 5.1.2
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 5028ae0627..ca80415bc8 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=5.1.1 +PKG_VERSION:=5.1.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gmp/ -PKG_MD5SUM:=485b1296e6287fa381e6015b19767989 +PKG_MD5SUM:=06fe2ca164221c59ce74867155cfc1ac HOST_FIXUP:=autoreconf |