llvm-libunwind: update to 10.0.0
This commit is contained in:
parent
4a16a36a59
commit
f40e49049e
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'llvm-libunwind'
|
||||
pkgname=llvm-libunwind
|
||||
version=9.0.0
|
||||
version=10.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
wrksrc="libunwind-${version}.src"
|
||||
hostmakedepends="llvm9"
|
||||
makedepends="llvm9"
|
||||
hostmakedepends="llvm10"
|
||||
makedepends="llvm10"
|
||||
make_build_args="VERBOSE=1"
|
||||
short_desc="LLVM version of libunwind library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="NCSA, MIT"
|
||||
homepage="https://llvm.org"
|
||||
distfiles="https://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.xz"
|
||||
checksum=976a8d09e1424fb843210eecec00a506b956e6c31adda3b0d199e945be0d0db2
|
||||
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libunwind-${version}.src.tar.xz"
|
||||
checksum=09dc5ecc4714809ecf62908ae8fe8635ab476880455287036a2730966833c626
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/include
|
||||
|
|
Loading…
Reference in a new issue