From a9f5c8b2c627e29019650a6d45bb0abeeedad1d1 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 14 Sep 2019 20:50:26 +0200 Subject: [PATCH] - updated to 8.0.1 --- llvm.spec | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/llvm.spec b/llvm.spec index b0353fe..86b05a0 100644 --- a/llvm.spec +++ b/llvm.spec @@ -30,25 +30,25 @@ Summary: The Low Level Virtual Machine (An Optimizing Compiler Infrastructure) Summary(pl.UTF-8): Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego) Name: llvm -Version: 8.0.0 +Version: 8.0.1 Release: 1 License: University of Illinois/NCSA Open Source License Group: Development/Languages #Source0Download: http://releases.llvm.org/download.html -Source0: http://releases.llvm.org/%{version}/%{name}-%{version}.src.tar.xz -# Source0-md5: 74818f431563603515a62be1ee69a142 -Source1: http://releases.llvm.org/%{version}/cfe-%{version}.src.tar.xz -# Source1-md5: 988b59cdb372c5a4f44ae4c39df3de73 -Source2: http://releases.llvm.org/%{version}/compiler-rt-%{version}.src.tar.xz -# Source2-md5: 547893456e22c75d16189a13881bc866 -Source3: http://releases.llvm.org/%{version}/lldb-%{version}.src.tar.xz -# Source3-md5: 9d319ed0f02a026242a85399938afed2 -Source4: http://releases.llvm.org/%{version}/polly-%{version}.src.tar.xz -# Source4-md5: 7643bba808becabf35785fbacc413ee5 -Source5: http://releases.llvm.org/%{version}/clang-tools-extra-%{version}.src.tar.xz -# Source5-md5: acd22ccbd06bfc0054027fe2644af1e0 -Source6: http://releases.llvm.org/%{version}/lld-%{version}.src.tar.xz -# Source6-md5: c09fb102d4537a0c37a2e8e36a1dc6d2 +Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz +# Source0-md5: 9a3b63df01c52556f7afb5617934e79e +Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/cfe-%{version}.src.tar.xz +# Source1-md5: 28db72b57ca99307259773e4ac74a6d3 +Source2: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz +# Source2-md5: c251e582862f9fcc880802f8f2920096 +Source3: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lldb-%{version}.src.tar.xz +# Source3-md5: c2777536fe0d4151c6aa30773f51af20 +Source4: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/polly-%{version}.src.tar.xz +# Source4-md5: 1ef3f82d49d0fb00fa92ce6e1b095da1 +Source5: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-tools-extra-%{version}.src.tar.xz +# Source5-md5: b7c55438f792a1d5698696100a8731e0 +Source6: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/lld-%{version}.src.tar.xz +# Source6-md5: ee4fe10c625bbc66b1055c5d33017daf Patch1: %{name}-tld.patch Patch3: x32-gcc-toolchain.patch Patch4: cmake-buildtype.patch -- 2.44.0