comparison download.sh @ 1647:58cb231a91b8

Toybox 0.4.8.
author Rob Landley <rob@landley.net>
date Sun, 20 Apr 2014 14:23:13 -0500
parents cc716bec3527
children 56b1418d6fc7
comparison
equal deleted inserted replaced
1646:b53d7469b70e 1647:58cb231a91b8
57 57
58 # Building a native root filesystem requires linux and uClibc (above) plus 58 # Building a native root filesystem requires linux and uClibc (above) plus
59 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus 59 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus
60 # make and bash. 60 # make and bash.
61 61
62 URL=http://landley.net/toybox/downloads/toybox-0.4.7.tar.bz2 \ 62 URL=http://landley.net/toybox/downloads/toybox-0.4.8.tar.bz2 \
63 SHA1=c5e7b31a81dde474d17455535b76957ab48f2bbb \ 63 SHA1=945cb4f04eb6dda9a4d8b14c52806ec6c6e64793 \
64 maybe_fork "download || dienow" 64 maybe_fork "download || dienow"
65 65
66 URL=http://www.busybox.net/downloads/busybox-1.21.1.tar.bz2 \ 66 URL=http://www.busybox.net/downloads/busybox-1.21.1.tar.bz2 \
67 SHA1=9244187d8d30447e165c694e89f4731c1705a53b \ 67 SHA1=9244187d8d30447e165c694e89f4731c1705a53b \
68 maybe_fork "download || dienow" 68 maybe_fork "download || dienow"