diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-20 16:08:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-20 16:08:52 +0000 |
commit | ec6127c9559e4e4d28469a29ad0c54d02c52db6f (patch) | |
tree | 51e59e1142292be46bdadcd3a78b7c6da445f072 /tools/mpfr/Makefile | |
parent | 7609c0ae88f79193493e69a42bee3fd81cc048a3 (diff) | |
download | upstream-ec6127c9559e4e4d28469a29ad0c54d02c52db6f.tar.gz upstream-ec6127c9559e4e4d28469a29ad0c54d02c52db6f.tar.bz2 upstream-ec6127c9559e4e4d28469a29ad0c54d02c52db6f.zip |
update mpfr to 2.4.1
SVN-Revision: 17334
Diffstat (limited to 'tools/mpfr/Makefile')
-rw-r--r-- | tools/mpfr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 17734a246a..c41cc66b5c 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr -PKG_VERSION:=2.3.2 +PKG_VERSION:=2.4.1 -PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-2.3.2 +PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=527147c097874340cb9cee0579dacf3b +PKG_MD5SUM:= include $(INCLUDE_DIR)/host-build.mk |