musl-bootstrap: update to 0.9.14.

This commit is contained in:
Juan RP 2013-11-30 09:40:09 +01:00
parent 7e474c9752
commit 31c6e92f43
1 changed files with 3 additions and 3 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}
}