aboutsummaryrefslogtreecommitdiffstats
path: root/community/llvm-libunwind
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-23 00:37:15 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-23 14:07:42 +0100
commit1223154bccca0824bb372c5606bbfbf9912dfa4d (patch)
tree8f29dba936e21be9aa5965cf61abf0f9d738b8dc /community/llvm-libunwind
parent650e9caed384502881860505f715f64a602deabf (diff)
downloadaports-1223154bccca0824bb372c5606bbfbf9912dfa4d.tar.bz2
aports-1223154bccca0824bb372c5606bbfbf9912dfa4d.tar.xz
community/llvm-libunwind: upgrade to 9.0.1
Diffstat (limited to 'community/llvm-libunwind')
-rw-r--r--community/llvm-libunwind/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/llvm-libunwind/APKBUILD b/community/llvm-libunwind/APKBUILD
index 6c404db01e..9c5466900d 100644
--- a/community/llvm-libunwind/APKBUILD
+++ b/community/llvm-libunwind/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Eric Molitor <eric@molitor.org>
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
+# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=llvm-libunwind
# Note: Update together with llvm.
-pkgver=9.0.0
+pkgver=9.0.1
_pkgname=libunwind
_llvmver=${pkgver%%.*}
pkgrel=0
@@ -14,7 +14,7 @@ license="Apache-2.0"
depends_dev="!libunwind-dev"
makedepends="cmake llvm$_llvmver-dev"
subpackages="$pkgname-static $pkgname-dev"
-source="https://releases.llvm.org/$pkgver/libunwind-$pkgver.src.tar.xz"
+source="https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/libunwind-$pkgver.src.tar.xz"
builddir="$srcdir/$_pkgname-$pkgver.src"
options="!check"
@@ -48,4 +48,4 @@ package() {
cp include/*.h "$pkgdir"/usr/include/
}
-sha512sums="55b44439b76638a7c5ea25dd3713a3f6a2d54bcfb7bf34d3388753f0d25be2e843b5f05dc1c0052d7a9cd5a141c6818f4da42bc9174a16d89e819ea262ad5706 libunwind-9.0.0.src.tar.xz"
+sha512sums="b54d2460454e61e4889f240fd1318799f9449dc6104349297ca0ca3c157257398e4d6bb589e9a30261fdfa93a1f7660111b8e1584ae980eb82c101b8d2bb225b libunwind-9.0.1.src.tar.xz"