aboutsummaryrefslogtreecommitdiffstats
path: root/community/lld/APKBUILD
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-01-09 05:31:46 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-01-14 13:26:04 +0000
commit01070182befb43d4f8991e05894d5f11391d1a29 (patch)
treedf2ba9bb93cda42e543d9c0e0bedfdd709536df4 /community/lld/APKBUILD
parenta8bf917710d346b02efc8553af945570957626e6 (diff)
community/lld: fix source URL
Use source URL as listed at http://releases.llvm.org/download.html#5.0.2
Diffstat (limited to 'community/lld/APKBUILD')
-rw-r--r--community/lld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD
index 7b81db0c666..65f32d3cf46 100644
--- a/community/lld/APKBUILD
+++ b/community/lld/APKBUILD
@@ -17,7 +17,7 @@ makedepends="
zlib-dev"
checkdepends="gtest gtest-dev"
subpackages="$pkgname-dev"
-source="https://llvm.org/releases/$pkgver/$pkgname-$pkgver.src.tar.xz"
+source="https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz"
builddir="$srcdir/$pkgname-$pkgver.src"
build() {