llvm-libunwind: update to 7.0.1.

[ci skip]
This commit is contained in:
Rasmus Thomsen 2018-12-21 23:25:30 +01:00 committed by maxice8
parent 282f980cf9
commit 10df9fd924
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'llvm-libunwind' # Template file for 'llvm-libunwind'
pkgname=llvm-libunwind pkgname=llvm-libunwind
version=6.0.1 version=7.0.1
revision=1 revision=1
build_style=cmake build_style=cmake
wrksrc="libunwind-${version}.src" wrksrc="libunwind-${version}.src"
hostmakedepends="llvm" hostmakedepends="llvm7"
makedepends="llvm" makedepends="llvm7"
make_build_args="VERBOSE=1" make_build_args="VERBOSE=1"
short_desc="LLVM version of libunwind library" short_desc="LLVM version of libunwind library"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="NCSA, MIT" license="NCSA, MIT"
homepage="http://llvm.org" homepage="https://llvm.org"
distfiles="http://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.xz" distfiles="https://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.xz"
checksum=a8186c76a16298a0b7b051004d0162032b9b111b857fbd939d71b0930fd91b96 checksum=89c852991dfd9279dbca9d5ac10b53c67ad7d0f54bbab7156e9f057a978b5912
post_install() { post_install() {
vmkdir usr/include vmkdir usr/include