[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Bump clang to 8.0.1
commit 66768cae1aa05a16f5dbc0a407185a38e610c121
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date: Thu Dec 12 16:47:15 2019 +0000
Bump clang to 8.0.1
---
keyring/clang.gpg | Bin 7186 -> 2222 bytes
keyring/llvm.gpg | Bin 4309 -> 0 bytes
projects/clang/config | 14 +++++++-------
projects/mingw-w64-clang/config | 10 +++++-----
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/keyring/clang.gpg b/keyring/clang.gpg
index 15f0d8a..eba625c 100644
Binary files a/keyring/clang.gpg and b/keyring/clang.gpg differ
diff --git a/keyring/llvm.gpg b/keyring/llvm.gpg
deleted file mode 100644
index 7c7ab06..0000000
Binary files a/keyring/llvm.gpg and /dev/null differ
diff --git a/projects/clang/config b/projects/clang/config
index 08231be..67798f8 100644
--- a/projects/clang/config
+++ b/projects/clang/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 8.0.0
+version: 8.0.1
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
gpg_keyring: clang.gpg
sig_ext: sig
@@ -23,22 +23,22 @@ input_files:
enable: '[% c("var/linux") %]'
- project: cmake
name: cmake
- - URL: 'https://releases.llvm.org/[% c("version") %]/llvm-[% c("version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("version") %]/llvm-[% c("version") %].src.tar.xz'
name: llvm
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("version") %]/cfe-[% c("version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("version") %]/cfe-[% c("version") %].src.tar.xz'
name: cfe
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("version") %]/libcxx-[% c("version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("version") %]/libcxx-[% c("version") %].src.tar.xz'
name: libcxx
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("version") %]/libcxxabi-[% c("version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("version") %]/libcxxabi-[% c("version") %].src.tar.xz'
name: libcxxabi
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("version") %]/lld-[% c("version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("version") %]/lld-[% c("version") %].src.tar.xz'
name: lld
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("version") %]/compiler-rt-[% c("version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("version") %]/compiler-rt-[% c("version") %].src.tar.xz'
name: compiler-rt
file_gpg_id: 1
- filename: win-patches
diff --git a/projects/mingw-w64-clang/config b/projects/mingw-w64-clang/config
index 32d18a8..11480b9 100644
--- a/projects/mingw-w64-clang/config
+++ b/projects/mingw-w64-clang/config
@@ -3,7 +3,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64
git_hash: 0a1d495478d8ed1a94fc77b9dbb428b7e0372588
version: '[% c("abbrev") %]'
-llvm_version: 8.0.0
+llvm_version: 8.0.1
gpg_keyring: clang.gpg
sig_ext: sig
@@ -21,16 +21,16 @@ input_files:
name: clang
- project: cmake
name: cmake
- - URL: 'https://releases.llvm.org/[% c("llvm_version") %]/libcxx-[% c("llvm_version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("llvm_version") %]/libcxx-[% c("llvm_version") %].src.tar.xz'
name: libcxx
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("llvm_version") %]/libcxxabi-[% c("llvm_version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("llvm_version") %]/libcxxabi-[% c("llvm_version") %].src.tar.xz'
name: libcxxabi
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("llvm_version") %]/libunwind-[% c("llvm_version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("llvm_version") %]/libunwind-[% c("llvm_version") %].src.tar.xz'
name: libunwind
file_gpg_id: 1
- - URL: 'https://releases.llvm.org/[% c("llvm_version") %]/compiler-rt-[% c("llvm_version") %].src.tar.xz'
+ - URL: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-[% c("llvm_version") %]/compiler-rt-[% c("llvm_version") %].src.tar.xz'
name: compiler-rt
file_gpg_id: 1
- project: llvm-mingw
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits