musl-bootstrap: update to 0.9.14.
This commit is contained in:
parent
7e474c9752
commit
31c6e92f43
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl-bootstrap'.
|
# Template file for 'musl-bootstrap'.
|
||||||
pkgname=musl-bootstrap
|
pkgname=musl-bootstrap
|
||||||
version=0.9.12
|
version=0.9.14
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="musl-${version}"
|
wrksrc="musl-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.musl-libc.org/"
|
homepage="http://www.musl-libc.org/"
|
||||||
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz"
|
||||||
checksum=72353f9e1f2fdaf5e88223dcd1cfa5555f5a364eb5e4a9967de1fd44cc4c6d3e
|
checksum=982e9de1287cf95f9aa526adba008660d8885bfccc41faf5c613ea47f1922872
|
||||||
long_desc="
|
long_desc="
|
||||||
A new standard library to power a new generation of Linux-based devices.
|
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
|
musl is lightweight, fast, simple, free, and strives to be correct in the
|
||||||
|
@ -24,6 +24,6 @@ post_install() {
|
||||||
|
|
||||||
musl-bootstrap_package() {
|
musl-bootstrap_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue