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