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 EB59BF8594C for ; Wed, 9 Jan 2019 05:53:19 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 9704465C67 for ; Wed, 9 Jan 2019 08:53:18 +0300 (MSK) From: alpine-mips-patches Date: Wed, 9 Jan 2019 05:31:46 +0000 Subject: [alpine-aports] [PATCH] main/clang: fix source URL To: alpine-aports@lists.alpinelinux.org Message-Id: <20190109055318.9704465C67@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 --- main/clang/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/clang/APKBUILD b/main/clang/APKBUILD index bf9e37d2e0..725cc843d2 100644 --- a/main/clang/APKBUILD +++ b/main/clang/APKBUILD @@ -23,7 +23,7 @@ makedepends=" depends_dev="$pkgname=$pkgver-r$pkgrel" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-analyzer::noarch" -source="https://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz +source="https://releases.llvm.org/$pkgver/cfe-$pkgver.src.tar.xz 0001-Add-Alpine-Linux-distro.patch 0002-Use-z-relro-on-Alpine-Linux.patch 0003-Use-hash-style-gnu-for-Alpine-Linux.patch -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---