libcxx: update to 3.8.1.

This commit is contained in:
Christian Neukirchen 2016-07-17 19:26:37 +02:00
parent 1737006734
commit 8ffca57e97

View file

@ -1,7 +1,7 @@
# Template file for 'libcxx' # Template file for 'libcxx'
pkgname=libcxx pkgname=libcxx
version=3.8.0 version=3.8.1
revision=5 revision=1
build_style=cmake build_style=cmake
hostmakedepends="cmake" hostmakedepends="cmake"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://libcxx.llvm.org" homepage="http://libcxx.llvm.org"
license="BSD" license="BSD"
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=36804511b940bc8a7cefc7cb391a6b28f5e3f53f6372965642020db91174237b checksum=77d7f3784c88096d785bd705fa1bab7031ce184cd91ba8a7008abf55264eeecc
wrksrc=${pkgname}-${version}.src wrksrc=${pkgname}-${version}.src
post_extract() { post_extract() {