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/coreutils | |
parent | 82620711eb120dbb36ca8f7af193278d56471ec6 (diff) | |
download | buildroot-4856369541d3653db986b58237f54d7eb8fbc11d.tar.gz buildroot-4856369541d3653db986b58237f54d7eb8fbc11d.zip |
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/coreutils.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index b4bb2b0b44..80cd46b6e9 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -3,10 +3,10 @@ # coreutils # ############################################################# -COREUTILS_VER:=5.94 +COREUTILS_VER:=5.96 COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2 #COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/ -COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/ +COREUTILS_SITE:=http://ftp.gnu.org/pub/gnu/coreutils COREUTILS_CAT:=bzcat COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER) COREUTILS_BINARY:=src/vdir |