changeset 1364:301aa1a5421d

Update to busybox 1.18.4 (fixes the wget hang).
author Rob Landley <rob@landley.net>
date Sat, 28 May 2011 07:12:44 -0500
parents 4c28c5ce3102
children f6153a16bfad
files download.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sat May 28 06:06:38 2011 -0500
+++ b/download.sh	Sat May 28 07:12:44 2011 -0500
@@ -58,8 +58,8 @@
 # BusyBox.  Adding a native toolchain requires binutils and gcc (above) plus
 # make and bash.
 
-URL=http://www.busybox.net/downloads/busybox-1.18.3.tar.bz2 \
-SHA1=4debdbdf8abb7ae54e0c0e2650cb03d957400533 \
+URL=http://www.busybox.net/downloads/busybox-1.18.4.tar.bz2 \
+SHA1=d285855e5770b0fb7caf477dd41ce0863657b975 \
 #UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
 maybe_fork "download || dienow"