aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-08-08 20:16:46 +0000
committerMilan P. Stanić <mps@arvanta.net>2019-08-08 23:29:23 +0200
commit4e4facde2bd849c9da7d4827e7c7b0510e497b11 (patch)
tree3fa0022d462f876b9cabd7fe5d4637b8b4dadce8
parentfdefb0ea484fd0f12fd2f3982a22967602a0f563 (diff)
testing/lldb: upgrade to 8.0.1
change source url to github.com repository
-rw-r--r--testing/lldb/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lldb/APKBUILD b/testing/lldb/APKBUILD
index d3b6c594d90..d729813e235 100644
--- a/testing/lldb/APKBUILD
+++ b/testing/lldb/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=lldb
# Note: Update together with llvm.
-pkgver=8.0.0
+pkgver=8.0.1
pkgrel=0
_vermajor=${pkgver%%.*}
pkgdesc="Next generation, high-performance debugger"
@@ -26,7 +26,7 @@ makedepends="
swig
"
subpackages="$pkgname-static $pkgname-dev py2-$pkgname:py2"
-source="https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz
+source="https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/lldb-8.0.1.src.tar.xz
fix-embedded_interpreter.patch
cmake-include-ClangConfig.patch
"
@@ -77,6 +77,6 @@ py2() {
python2 -m compileall -fqd /$sitedir $sitedir
}
-sha512sums="5192d6d6d1759db28569de929ba8db2a80283000f1bf8453d9cf172ac85574c8eacc13f9fe64ecabea0533bfc49c0f58ea8fb29b1f4d88c065d905d553f2e60c lldb-8.0.0.src.tar.xz
+sha512sums="eb031985ad4d08226ec47a90fe32c1e6d070948971ca5235fd431cf7d5b7ea20f5d5131237bf83a6419773d18c339590bf9672e7b4f884304497e63c1030988f lldb-8.0.1.src.tar.xz
3c611fa5d45b6cb3f2925a31deeb8a34c295277aedcd55c22851d373897acd376fa92f4ef953c96a25c8dae4c93b6a88de0918550672141d324a3813d8283d48 fix-embedded_interpreter.patch
0edf6e750cd9367fccb32636c37b3d21bb781173b182b8e4b537c19c1b49898f792a3fa8139e50129af4570736e6dcda6bf390357b367c1f00179fc2b0fb6d62 cmake-include-ClangConfig.patch"