diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-16 03:01:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-16 03:01:18 +0000 |
commit | a6faca4360c1dbe25b6dd4cb8d46417f5f13f076 (patch) | |
tree | 22a97f479a801ac9d85c84756bee6a9447c091c8 | |
parent | bb9331363a71874738c441066d95f7f792bf798d (diff) |
Update paths for 6.2 branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | general.ent | 2 | ||||
-rw-r--r-- | packages.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 3da339ab3..342cd9572 100644 --- a/general.ent +++ b/general.ent @@ -2,7 +2,7 @@ <!ENTITY version "6.2-pre1"> <!ENTITY releasedate "July 16, 2006"> <!ENTITY milestone "6.2"> -<!ENTITY generic-version "6.2-pre1"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> +<!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> diff --git a/packages.ent b/packages.ent index a11a2ac61..ad0c6ed3f 100644 --- a/packages.ent +++ b/packages.ent @@ -280,7 +280,7 @@ <!ENTITY lfs-bootscripts-version "6.2-pre1"> <!ENTITY lfs-bootscripts-size "24 KB"> -<!ENTITY lfs-bootscripts-url "http://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> +<!ENTITY lfs-bootscripts-url "http://www.linuxfromscratch.org/lfs/downloads/6.2/lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "e9442898309d8890f923c39c0cbc6fef"> <!ENTITY lfs-bootscripts-home " "> <!ENTITY lfs-bootscripts-ch7-du "0.4 MB"> @@ -492,7 +492,7 @@ <!ENTITY udev-config "udev-config-6.2-pre1"> <!ENTITY udev-config-size "4 KB"> -<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2"> +<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/6.2/&udev-config;.tar.bz2"> <!ENTITY udev-config-md5 "c259a09f77e014d2e90eabe0e69558f2"> <!-- <!ENTITY udev-config-md5 "TBD-udev-config-md5"> --> <!ENTITY udev-config-home " "> |