From 21cf2b063f354509f0af1007079aa81d7e10ae68 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Fri, 7 May 2021 12:24:59 +0200 Subject: [PATCH] Update Clang --- Golden_Repo/c/Clang/Clang-11.0.0-GCCcore-9.3.0.eb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Golden_Repo/c/Clang/Clang-11.0.0-GCCcore-9.3.0.eb b/Golden_Repo/c/Clang/Clang-11.0.0-GCCcore-9.3.0.eb index 3592a94cf..e8e927d8e 100644 --- a/Golden_Repo/c/Clang/Clang-11.0.0-GCCcore-9.3.0.eb +++ b/Golden_Repo/c/Clang/Clang-11.0.0-GCCcore-9.3.0.eb @@ -14,7 +14,8 @@ site_contacts = 'sc@fz-juelich.de' toolchain = {'name': 'GCCcore', 'version': '9.3.0'} source_urls = [ - "https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s"] + "https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s" +] sources = [ 'llvm-%(version)s.src.tar.xz', 'clang-%(version)s.src.tar.xz', -- GitLab