musl{,-bootstrap}: update to 1.1.2.
This commit is contained in:
parent
1b6c53c1a8
commit
979bc3fe0c
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'musl-bootstrap'.
|
||||
pkgname=musl-bootstrap
|
||||
version=1.1.1
|
||||
version=1.1.2
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
wrksrc="musl-${version}"
|
||||
|
@ -11,7 +11,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=9dd75d6512e44d5a13254e246db56c90365894b05bab2b1127e44a31e4fd7c36
|
||||
checksum=dac94112b9a22d2657cd3f36ca0d62ee1eb10707a22bfc97d5746147ef92852b
|
||||
|
||||
CFLAGS="-fno-toplevel-reorder -fno-stack-protector"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'musl'.
|
||||
pkgname=musl
|
||||
version=1.1.1
|
||||
version=1.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix=/usr --disable-gcc-wrapper"
|
||||
|
@ -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=9dd75d6512e44d5a13254e246db56c90365894b05bab2b1127e44a31e4fd7c36
|
||||
checksum=dac94112b9a22d2657cd3f36ca0d62ee1eb10707a22bfc97d5746147ef92852b
|
||||
|
||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||
|
||||
|
|
Loading…
Reference in a new issue