Updated to 8.0.1

This commit is contained in:
Алзим 2019-08-12 15:33:29 +03:00
parent 6897d25c73
commit 771bcf8b47
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
sources:
cfe-8.0.0.src.tar.xz: 3cb1e10af3955174a3ca5e560f674f24fac2a02f
clang-tools-extra-8.0.0.src.tar.xz: f341ba17494ba756fd404b2744e6f5991b50389f
compiler-rt-8.0.0.src.tar.xz: 5af387779120bb2a9fad5d6fff1a3d6f4fa6c352
llvm-8.0.0.src.tar.xz: 0689345d73911e24a07b24cc82dab4fb46b8c323
polly-8.0.0.src.tar.xz: ca34b2be7c362844db089f0114af11333c2ebfcb
cfe-8.0.1.src.tar.xz: e1d7f274c4fd623f19255cc52c6d7b39cf8769ee
clang-tools-extra-8.0.1.src.tar.xz: 0174e060781fc01e5f97f2ff9b51a03165d7b37a
compiler-rt-8.0.1.src.tar.xz: f6520fb47fae9cc4362a9d50abee22019c27457a
llvm-8.0.1.src.tar.xz: 09964f9eabc364f221a3caefbdaea28557273b4a
polly-8.0.1.src.tar.xz: 70670752494e016ce0edd1f9fc2d8d2fca4654f7

View file

@ -12,7 +12,7 @@
%define maj_ver 8
%define major_ver %{maj_ver}.0
%define minor_ver 0
%define minor_ver 1
%define major %{major_ver}
%define lto_major %{maj_ver}
@ -27,16 +27,16 @@
Summary: Low Level Virtual Machine (LLVM)
Name: llvm
Version: %{major_ver}.%{minor_ver}
Release: 2
Release: 1
License: NCSA
Group: Development/Other
Url: http://llvm.org/
Source0: http://llvm.org/releases/%{version}/llvm-%{version}.src.tar.xz
Source1: http://llvm.org/releases/%{version}/cfe-%{version}.src.tar.xz
Source2: http://llvm.org/releases/%{version}/clang-tools-extra-%{version}.src.tar.xz
Source3: http://llvm.org/releases/%{version}/polly-%{version}.src.tar.xz
Source4: http://llvm.org/releases/%{version}/compiler-rt-%{version}.src.tar.xz
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/cfe-%{version}.src.tar.xz
Source2: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/clang-tools-extra-%{version}.src.tar.xz
Source3: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/polly-%{version}.src.tar.xz
Source4: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/compiler-rt-%{version}.src.tar.xz
Source1000: llvm.rpmlintrc
Source1010: clang-gcc-wrapper.macros
Source1011: clang-gcc-wrapper.sh