testing/lldb: upgrade to 8.0.1

change source url to github.com repository
This commit is contained in:
Milan P. Stanić 2019-08-08 20:16:46 +00:00
parent fdefb0ea48
commit 4e4facde2b

View File

@ -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"