diff options
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 514187c..38ffcb7 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=4.3.2 +PKG_VERSION:=5.0.1 PKG_SOURCE_URL:=@GNU/gmp/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=dd60683d7057917e34630b4a787932e8 +PKG_MD5SUM:=6bac6df75c192a13419dfd71d19240a7 include $(INCLUDE_DIR)/host-build.mk |