From f40e49049e84b49a87571acf52b8135d2f51f830 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 8 May 2020 20:05:22 +0200 Subject: [PATCH] llvm-libunwind: update to 10.0.0 --- srcpkgs/llvm-libunwind/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/llvm-libunwind/template b/srcpkgs/llvm-libunwind/template index c5dd2da671e..6e20a791e65 100644 --- a/srcpkgs/llvm-libunwind/template +++ b/srcpkgs/llvm-libunwind/template @@ -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 " 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