musl: update to 1.1.0.
This commit is contained in:
parent
110b50ab24
commit
3ed11d6604
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl'.
|
# Template file for 'musl'.
|
||||||
pkgname=musl
|
pkgname=musl
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,7 +11,9 @@ 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=1ad7f45d2972daff19c9e6a92714e6d70f4aad003cd8c3d1e6113432114c1a32
|
checksum=de1b43019e5361d7577e5e0213e9dde591853e9da5d4a7cd75e2e0d78bf60820
|
||||||
|
|
||||||
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Move everything to /usr.
|
# Move everything to /usr.
|
||||||
|
|
Loading…
Reference in a new issue