summaryrefslogtreecommitdiff
path: root/tools/gmp
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2012-06-09 21:22:35 +0000
committerLuka Perkov <luka@openwrt.org>2012-06-09 21:22:35 +0000
commitfa5028ddeebf45b6c50e41974ea19418d3c23a8c (patch)
tree97ffa304f99fbfa3910e811c6a1b96cdada6512c /tools/gmp
parent605c741c79a43be9c48fe3f5ca96c70c40d13371 (diff)
downloadmtk-20170518-fa5028ddeebf45b6c50e41974ea19418d3c23a8c.zip
mtk-20170518-fa5028ddeebf45b6c50e41974ea19418d3c23a8c.tar.gz
mtk-20170518-fa5028ddeebf45b6c50e41974ea19418d3c23a8c.tar.bz2
gmp: update to 5.0.5
SVN-Revision: 32144
Diffstat (limited to 'tools/gmp')
-rw-r--r--tools/gmp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile
index 0b09b87..86c8aa0 100644
--- a/tools/gmp/Makefile
+++ b/tools/gmp/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmp
-PKG_VERSION:=5.0.4
+PKG_VERSION:=5.0.5
-PKG_SOURCE_URL:=@GNU/gmp/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_MD5SUM:=0881f4ff2617226c673fc534ac39d448
+PKG_SOURCE_URL:=@GNU/gmp/
+PKG_MD5SUM:=8aef50959acec2a1ad41d144ffe0f3b5
include $(INCLUDE_DIR)/host-build.mk