musl-bootstrap: update to 0.9.12.
This commit is contained in:
parent
423d25d3b9
commit
4cf03be05f
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'musl-bootstrap'.
|
||||
pkgname=musl-bootstrap
|
||||
version=0.9.11
|
||||
version=0.9.12
|
||||
revision=1
|
||||
wrksrc="musl-${version}"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr/lib/musl"
|
||||
short_desc="The musl libc (bootstrap pkg)"
|
||||
short_desc="The musl C library (bootstrap pkg)"
|
||||
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=8b81fd9b71becb7b674ea93fd65d82a039fab79ab738957a5e9ee47ba08a13fd
|
||||
checksum=72353f9e1f2fdaf5e88223dcd1cfa5555f5a364eb5e4a9967de1fd44cc4c6d3e
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue