libcxx: update to 6.0.0.
This commit is contained in:
parent
d330bff5c1
commit
8877aa1bdd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libcxx'
|
||||
pkgname=libcxx
|
||||
version=5.0.1
|
||||
version=6.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="clang llvm python"
|
||||
|
@ -25,9 +25,9 @@ make_build_args="VERBOSE=1"
|
|||
short_desc="New implementation of the C++ standard library, targeting C++11"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://libcxx.llvm.org"
|
||||
license="BSD"
|
||||
license="NCSA, MIT"
|
||||
distfiles="http://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz"
|
||||
checksum=fa8f99dd2bde109daa3276d529851a3bce5718d46ce1c5d0806f46caa3e57c00
|
||||
checksum=70931a87bde9d358af6cb7869e7535ec6b015f7e6df64def6d2ecdd954040dd9
|
||||
wrksrc=${pkgname}-${version}.src
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue