diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:29:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-06-23 07:29:40 +0000 |
commit | 4856369541d3653db986b58237f54d7eb8fbc11d (patch) | |
tree | a66a798c6bbaeb7e5849f76cdd8eab93c738d018 /package/wget/wget.mk | |
parent | 82620711eb120dbb36ca8f7af193278d56471ec6 (diff) |
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
Diffstat (limited to 'package/wget/wget.mk')
-rw-r--r-- | package/wget/wget.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wget/wget.mk b/package/wget/wget.mk index 81ca72980..721ac3b64 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -5,7 +5,7 @@ ############################################################# WGET_VER:=1.10.2 WGET_SOURCE:=wget-$(WGET_VER).tar.gz -WGET_SITE:=ftp://mirrors.kernel.org/gnu/wget +WGET_SITE:=http://ftp.gnu.org/pub/gnu/wget WGET_DIR:=$(BUILD_DIR)/wget-$(WGET_VER) WGET_CAT:=zcat WGET_BINARY:=src/wget |