changeset 617:fe06c3f2fa64

Typo fix, uNSTABLE= doesn't work. (Spotted by Mark.)
author Rob Landley <rob@landley.net>
date Wed, 11 Feb 2009 21:00:39 -0600
parents a95cb8f13284
children 3eb4cf8cc300
files download.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Tue Feb 10 22:13:55 2009 -0600
+++ b/download.sh	Wed Feb 11 21:00:39 2009 -0600
@@ -26,7 +26,7 @@
 # Required for cross compile toolchain
 URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.2.tar.bz2 \
 SHA1=8bf10c46b52e75f3cbfb4601af162d86bf077a2f \
-UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29-rc3.tar.bz2 \
+UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29-rc4.tar.bz2 \
 download || dienow
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.30.tar.bz2 \
@@ -78,7 +78,7 @@
 
 URL=http://distcc.samba.org/ftp/distcc/distcc-2.18.3.tar.bz2 \
 SHA1=88e4c15826bdbc5a3de0f7c1bcb429e558c6976d \
-uNSTABLE=http://distcc.googlecode.com/files/distcc-3.1.tar.bz2 \
+UNSTABLE=http://distcc.googlecode.com/files/distcc-3.1.tar.bz2 \
 download || dienow
 
 URL=http://downloads.sourceforge.net/sourceforge/strace/strace-4.5.14.tar.bz2 \