diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 00:05:16 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-10-24 00:05:16 +0000 |
commit | b42fa0137eda3358cc467d1ef04390e5059288b4 (patch) | |
tree | fd4ca098f4c8fa31e442fbb2deb55df6496a3460 /entities/sed.ent | |
parent | e0f2571894178e00eb7f8e3ade60a20d3bfc1e40 (diff) |
o Upgraded to bison-1.75, sed-4.0.
o Moved m4 before bison to meet its dependency.
o Fixed the date, I'm suprised nobody noticed it :)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2199 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/sed.ent')
-rw-r--r-- | entities/sed.ent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/entities/sed.ent b/entities/sed.ent index 427cae516..7b03dd845 100644 --- a/entities/sed.ent +++ b/entities/sed.ent @@ -11,10 +11,10 @@ <!ENTITY aa-sed-dep SYSTEM "../appendixa/sed-dep.xml"> <!ENTITY aa-sed-down SYSTEM "../appendixa/sed-down.xml"> -<!ENTITY sed-version "3.02"> +<!ENTITY sed-version "4.0"> <!ENTITY sed-depversion "3.02"> <!ENTITY sed-contversion "3.02"> -<!ENTITY sed-size "221 KB"> +<!ENTITY sed-size "488 KB"> <!ENTITY sed-package "sed-&sed-version;.tar.bz2"> <!ENTITY sed-dir "sed-&sed-version;"> |