mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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'
|
# Template file for 'llvm-libunwind'
|
||||||
pkgname=llvm-libunwind
|
pkgname=llvm-libunwind
|
||||||
version=9.0.0
|
version=10.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
wrksrc="libunwind-${version}.src"
|
wrksrc="libunwind-${version}.src"
|
||||||
hostmakedepends="llvm9"
|
hostmakedepends="llvm10"
|
||||||
makedepends="llvm9"
|
makedepends="llvm10"
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="NCSA, MIT"
|
license="NCSA, MIT"
|
||||||
homepage="https://llvm.org"
|
homepage="https://llvm.org"
|
||||||
distfiles="https://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.xz"
|
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libunwind-${version}.src.tar.xz"
|
||||||
checksum=976a8d09e1424fb843210eecec00a506b956e6c31adda3b0d199e945be0d0db2
|
checksum=09dc5ecc4714809ecf62908ae8fe8635ab476880455287036a2730966833c626
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/include
|
vmkdir usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue