llvm-libunwind: update to 6.0.0.
This commit is contained in:
parent
494950f9b7
commit
d330bff5c1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'llvm-libunwind'
|
||||
pkgname=llvm-libunwind
|
||||
version=5.0.1
|
||||
version=6.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
wrksrc="libunwind-${version}.src"
|
||||
|
@ -10,9 +10,9 @@ make_build_args="VERBOSE=1"
|
|||
short_desc="LLVM version of libunwind library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://llvm.org"
|
||||
license="BSD"
|
||||
license="NCSA, MIT"
|
||||
distfiles="http://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.xz"
|
||||
checksum=6bbfbf6679435b858bd74bdf080386d084a76dfbf233fb6e47b2c28e0872d0fe
|
||||
checksum=256c4ed971191bde42208386c8d39e5143fa4afd098e03bd2c140c878c63f1d6
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/include
|
||||
|
|
Loading…
Reference in New Issue