diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-26 21:38:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-26 21:38:03 +0000 |
commit | 21e15b71484e9afb9399efc3bdd3c9c90beee29f (patch) | |
tree | 4385c7103a4eeff4fd934126cdc2c08d7a461cd4 /tools/mpfr/Makefile | |
parent | 0232808d148e8b77d551fae6443aacd7e0b0a4cc (diff) | |
download | upstream-21e15b71484e9afb9399efc3bdd3c9c90beee29f.tar.gz upstream-21e15b71484e9afb9399efc3bdd3c9c90beee29f.tar.bz2 upstream-21e15b71484e9afb9399efc3bdd3c9c90beee29f.zip |
fix mpfr download url
SVN-Revision: 14213
Diffstat (limited to 'tools/mpfr/Makefile')
-rw-r--r-- | tools/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index 84dc9ec29f..58a15eb273 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpfr PKG_VERSION:=2.3.2 -PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-current/ +PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-2.3.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_MD5SUM:=527147c097874340cb9cee0579dacf3b |