X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 1D6F8F85955 for ; Wed, 9 Jan 2019 05:53:20 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 7029B65C6A for ; Wed, 9 Jan 2019 08:53:19 +0300 (MSK) From: alpine-mips-patches Date: Wed, 9 Jan 2019 05:31:46 +0000 Subject: [alpine-aports] [PATCH] community/lld: fix source URL To: alpine-aports@lists.alpinelinux.org Message-Id: <20190109055319.7029B65C6A@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Use source URL as listed at http://releases.llvm.org/download.html#5.0.2 --- community/lld/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD index 7b81db0c66..65f32d3cf4 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() { -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---