comparison download.sh @ 1557:8e3d9443cce5

Toybox 0.4.1.
author Rob Landley <rob@landley.net>
date Tue, 13 Nov 2012 11:31:08 -0600
parents c3b91b70cc42
children bee6b26a006d
comparison
equal deleted inserted replaced
1556:1a5d8dbc5a19 1557:8e3d9443cce5
53 53
54 # Building a native root filesystem requires linux and uClibc (above) plus 54 # Building a native root filesystem requires linux and uClibc (above) plus
55 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus 55 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus
56 # make and bash. 56 # make and bash.
57 57
58 URL=http://landley.net/toybox/downloads/toybox-0.4.0.tar.bz2 \ 58 URL=http://landley.net/toybox/downloads/toybox-0.4.1.tar.bz2 \
59 SHA1=2c495d9c951e6b70c4c6172be8b1c56426a54a47 \ 59 SHA1=919c946e03d5d2ee17316db06f846fbb07f39479 \
60 maybe_fork "download || dienow" 60 maybe_fork "download || dienow"
61 61
62 URL=http://www.busybox.net/downloads/busybox-1.20.2.tar.bz2 \ 62 URL=http://www.busybox.net/downloads/busybox-1.20.2.tar.bz2 \
63 SHA1=dd2e3684b13c0071d480e97b569041e69538e798 \ 63 SHA1=dd2e3684b13c0071d480e97b569041e69538e798 \
64 maybe_fork "download || dienow" 64 maybe_fork "download || dienow"