diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-21 09:53:19 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-21 09:53:19 +0000 |
commit | 2215ccf184158acb6a722369050fc3a2a10f7e52 (patch) | |
tree | 91d38655880c8677cab114f3e65c6ef6e15ea037 /tools/gmp/Makefile | |
parent | 537e301fab8164f07e16e0a7d39612aae1d12e43 (diff) | |
download | upstream-2215ccf184158acb6a722369050fc3a2a10f7e52.tar.gz upstream-2215ccf184158acb6a722369050fc3a2a10f7e52.tar.bz2 upstream-2215ccf184158acb6a722369050fc3a2a10f7e52.zip |
gmp: update to 5.1.3
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38487
Diffstat (limited to 'tools/gmp/Makefile')
-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 ca80415bc8..463cbe9f5c 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=5.1.2 +PKG_VERSION:=5.1.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gmp/ -PKG_MD5SUM:=06fe2ca164221c59ce74867155cfc1ac +PKG_MD5SUM:=e5fe367801ff067b923d1e6a126448aa HOST_FIXUP:=autoreconf |