From 31c6e92f43d02fb783cc242995a76272909cdac5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 Nov 2013 09:40:09 +0100 Subject: [PATCH] musl-bootstrap: update to 0.9.14. --- srcpkgs/musl-bootstrap/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/musl-bootstrap/template b/srcpkgs/musl-bootstrap/template index e94b5f2a70a..7e7380b2c3a 100644 --- a/srcpkgs/musl-bootstrap/template +++ b/srcpkgs/musl-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'musl-bootstrap'. pkgname=musl-bootstrap -version=0.9.12 +version=0.9.14 revision=1 wrksrc="musl-${version}" build_style=configure @@ -10,7 +10,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.musl-libc.org/" distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz" -checksum=72353f9e1f2fdaf5e88223dcd1cfa5555f5a364eb5e4a9967de1fd44cc4c6d3e +checksum=982e9de1287cf95f9aa526adba008660d8885bfccc41faf5c613ea47f1922872 long_desc=" A new standard library to power a new generation of Linux-based devices. musl is lightweight, fast, simple, free, and strives to be correct in the @@ -24,6 +24,6 @@ post_install() { musl-bootstrap_package() { pkg_install() { - vmove usr + vmove all } }