diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-09 13:28:57 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-09 13:28:57 +0000 |
commit | 2a3dde2cacd7ec6989141bdc66eaaae09ee1c9e9 (patch) | |
tree | b38c6470ded4fe1034199d822f79314ac6929215 /tools/gmp/Makefile | |
parent | 8f143af3ffe3ee7c6a191ab943e0e1c55cee749b (diff) | |
download | upstream-2a3dde2cacd7ec6989141bdc66eaaae09ee1c9e9.tar.gz upstream-2a3dde2cacd7ec6989141bdc66eaaae09ee1c9e9.tar.bz2 upstream-2a3dde2cacd7ec6989141bdc66eaaae09ee1c9e9.zip |
tools/gmp: update to version 5.0.1
SVN-Revision: 24380
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 514187ce6e..38ffcb72a4 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 |