[arch-commits] Commit in lld/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Sep 27 01:16:00 UTC 2019
Date: Friday, September 27, 2019 @ 01:16:00
Author: foutrelis
Revision: 363479
upgpkg: lld 9.0.0-1
New upstream release.
Modified:
lld/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-26 22:27:29 UTC (rev 363478)
+++ PKGBUILD 2019-09-27 01:16:00 UTC (rev 363479)
@@ -2,20 +2,20 @@
# Contributor: Jan "heftig" Steffens <jan.steffens at gmail.com>
pkgname=lld
-pkgver=8.0.1
+pkgver=9.0.0
pkgrel=1
pkgdesc="Linker from the LLVM project"
arch=('x86_64')
url="https://lld.llvm.org/"
-license=('custom:University of Illinois/NCSA Open Source License')
+license=('custom:Apache 2.0 with LLVM Exception')
depends=('llvm-libs')
makedepends=('llvm' 'cmake' 'ninja' 'python-sphinx')
-source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig}
- https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
+source=(https://releases.llvm.org/$pkgver/$pkgname-$pkgver.src.tar.xz{,.sig}
+ https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
sphinx2.patch)
-sha256sums=('9fba1e94249bd7913e8a6c3aadcb308b76c8c3d83c5ce36c99c3f34d73873d88'
+sha256sums=('31c6748b235d09723fb73fea0c816ed5a3fab0f96b66f8fbc546a0fcc8688f91'
'SKIP'
- '44787a6d02f7140f145e2250d56c9f849334e11f9ae379827510ed72f12b75e7'
+ 'd6a0565cf21f22e9b4353b2eb92622e8365000a9e90a16b09b56f8157eabfe84'
'SKIP'
'7f7cca66a16c5a4aca132bfa1d86a7a2ff33612ec47d3422dc91ad4cc1810646')
validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg <hans at chromium.org>
More information about the arch-commits
mailing list