From 3b6daffb9cddcf195926cb7d65953c8700fa36b3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 16 Oct 2014 14:14:17 +0200 Subject: [PATCH] musl-bootstrap: update to 1.1.5. --- srcpkgs/musl-bootstrap/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-bootstrap/template b/srcpkgs/musl-bootstrap/template index 3dcb71c3f8..c74d709930 100644 --- a/srcpkgs/musl-bootstrap/template +++ b/srcpkgs/musl-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'musl-bootstrap'. pkgname=musl-bootstrap -version=1.1.4 +version=1.1.5 revision=1 lib32disabled=yes wrksrc="musl-${version}" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.musl-libc.org/" distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz" -checksum=658c65ad3c3a9b281a96c5281e75720c758d91fcaae35ab987f2fdfb4f88f5cd +checksum=352362b1724cc9740f4c3ce0fe02aae45e4de9809ea4ac961f31aedc11b87393 CFLAGS="-fno-toplevel-reorder -fno-stack-protector"