musl-bootstrap: update to 0.9.15.
This commit is contained in:
parent
98771951e2
commit
62f5c9e739
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'musl-bootstrap'.
|
||||
pkgname=musl-bootstrap
|
||||
version=0.9.14
|
||||
version=0.9.15
|
||||
revision=1
|
||||
wrksrc="musl-${version}"
|
||||
build_style=configure
|
||||
|
@ -10,11 +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=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
|
||||
sense of standards-conformance and safety."
|
||||
checksum=4a7baab8f295511196dee48d33b8b82a159a81233facb89433707c792033cbe7
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib/
|
||||
|
|
Loading…
Reference in a new issue