summaryrefslogtreecommitdiffstats
path: root/package/sed
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-06-23 07:29:40 +0000
committerEric Andersen <andersen@codepoet.org>2006-06-23 07:29:40 +0000
commit4856369541d3653db986b58237f54d7eb8fbc11d (patch)
treea66a798c6bbaeb7e5849f76cdd8eab93c738d018 /package/sed
parent82620711eb120dbb36ca8f7af193278d56471ec6 (diff)
downloadbuildroot-novena-4856369541d3653db986b58237f54d7eb8fbc11d.tar.gz
buildroot-novena-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/sed')
-rw-r--r--package/sed/sed.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sed/sed.mk b/package/sed/sed.mk
index 8b40a7207..923f544a8 100644
--- a/package/sed/sed.mk
+++ b/package/sed/sed.mk
@@ -3,9 +3,9 @@
# sed
#
#############################################################
-SED_VER:=4.1.4
+SED_VER:=4.1.5
SED_SOURCE:=sed-$(SED_VER).tar.gz
-SED_SITE:=ftp://ftp.gnu.org/gnu/sed
+SED_SITE:=http://ftp.gnu.org/pub/gnu/sed
SED_CAT:=zcat
SED_DIR1:=$(TOOL_BUILD_DIR)/sed-$(SED_VER)
SED_DIR2:=$(BUILD_DIR)/sed-$(SED_VER)