changeset 1593:052162dd2995

New musl release is out, I should finish the plumbing to actually use that.
author Rob Landley <rob@landley.net>
date Tue, 23 Apr 2013 19:09:58 -0500
parents 8bbf3038c0f2
children 43c93051b4ec
files download.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Tue Apr 23 19:09:35 2013 -0500
+++ b/download.sh	Tue Apr 23 19:09:58 2013 -0500
@@ -25,8 +25,8 @@
 SHA1=4d8d67d6754409bd10015d67d1ce7a04c0b001ba \
 maybe_fork "download || dienow"
 
-URL=http://etalabs.net/musl/releases/musl-0.9.9.tar.gz
-SHA1=2200c20f00e2e1f9c6b42ffa6af6fd645b17d4a6 \
+URL=http://etalabs.net/musl/releases/musl-0.9.10.tar.gz
+SHA1=4082df10a2985c36be50a3643a0215b219154049 \
 maybe_fork "download || dienow"
 
 URL=ftp://kernel.org/pub/linux/kernel/v3.x/linux-3.8.tar.bz2 \