libcxxabi: update to 6.0.0.

This commit is contained in:
maxice8 2018-03-09 12:52:49 -03:00 committed by Leаh Neukirchen
parent 8877aa1bdd
commit 002148554e
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libcxxiabi'
pkgname=libcxxabi
version=5.0.1
version=6.0.0
revision=1
wrksrc="${pkgname}-${version}.src"
build_style=cmake
@ -12,11 +12,11 @@ LDFLAGS="-Wl,--no-as-needed -lunwind -Wl,--as-needed"
short_desc="Low-level support for libc++ standard library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://libcxxabi.llvm.org"
license="BSD"
license="NCSA, MIT"
distfiles="http://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz
http://www.llvm.org/releases/${version}/libcxx-${version}.src.tar.xz"
checksum="5a25152cb7f21e3c223ad36a1022faeb8a5ac27c9e75936a5ae2d3ac48f6e854
fa8f99dd2bde109daa3276d529851a3bce5718d46ce1c5d0806f46caa3e57c00"
checksum="91c6d9c5426306ce28d0627d6a4448e7d164d6a3f64b01cb1d196003b16d641b
70931a87bde9d358af6cb7869e7535ec6b015f7e6df64def6d2ecdd954040dd9"
case "$XBPS_TARGET_MACHINE" in
arm*) broken="Wierd EHABI defines break it";;