399d23373e
* Add an MD5 hash for the downloaded files. * Rename some files. svn path=/nixpkgs/trunk/; revision=2267
4 lines
106 B
Bash
4 lines
106 B
Bash
set -e
|
|
echo "downloading $out from $url"
|
|
$curl/bin/curl --fail --location --max-redirs 20 "$url" > "$out"
|