Skip to content

Commit f8c85e3

Browse files
committed
downloads: remove entries for LLVM 6
These are no longer used.
1 parent 5fd3b1a commit f8c85e3

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

pythonbuild/downloads.py

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,12 @@
3434
"sha256": "70effd69f7a8ab249f66b0a68aba8b08af52aa2ab710dfb8a0fba102685b1646",
3535
"version": "8.0.1",
3636
},
37-
"clang-6": {
38-
"url": "http://releases.llvm.org/6.0.1/cfe-6.0.1.src.tar.xz",
39-
"size": 11905772,
40-
"sha256": "7c243f1485bddfdfedada3cd402ff4792ea82362ff91fbdac2dae67c6026b667",
41-
"version": "6.0.1",
42-
},
4337
"clang-compiler-rt": {
4438
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/compiler-rt-8.0.1.src.tar.xz",
4539
"size": 1954204,
4640
"sha256": "11828fb4823387d820c6715b25f6b2405e60837d12a7469e7a8882911c721837",
4741
"version": "8.0.1",
4842
},
49-
"clang-compiler-rt-6": {
50-
"url": "http://releases.llvm.org/6.0.1/compiler-rt-6.0.1.src.tar.xz",
51-
"size": 1686820,
52-
"sha256": "f4cd1e15e7d5cb708f9931d4844524e4904867240c306b06a4287b22ac1c99b9",
53-
"version": "6.0.1",
54-
},
5543
"cmake-linux-bin": {
5644
"url": "https://github.com/Kitware/CMake/releases/download/v3.15.1/cmake-3.15.1-Linux-x86_64.tar.gz",
5745
"size": 38995343,
@@ -125,24 +113,12 @@
125113
"sha256": "7f0652c86a0307a250b5741ab6e82bb10766fb6f2b5a5602a63f30337e629b78",
126114
"version": "8.0.1",
127115
},
128-
"libc++-6": {
129-
"url": "http://releases.llvm.org/6.0.1/libcxx-6.0.1.src.tar.xz",
130-
"size": 1552328,
131-
"sha256": "7654fbc810a03860e6f01a54c2297a0b9efb04c0b9aa0409251d9bdb3726fc67",
132-
"version": "6.0.1",
133-
},
134116
"libc++abi": {
135117
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/libcxxabi-8.0.1.src.tar.xz",
136118
"size": 538356,
137119
"sha256": "b75bf3c8dc506e7d950d877eefc8b6120a4651aaa110f5805308861f2cfaf6ef",
138120
"version": "8.0.1",
139121
},
140-
"libc++abi-6": {
141-
"url": "http://releases.llvm.org/6.0.1/libcxxabi-6.0.1.src.tar.xz",
142-
"size": 528356,
143-
"sha256": "209f2ec244a8945c891f722e9eda7c54a5a7048401abd62c62199f3064db385f",
144-
"version": "6.0.1",
145-
},
146122
"libedit": {
147123
"url": "https://www.thrysoee.dk/editline/libedit-20181209-3.1.tar.gz",
148124
"size": 521931,
@@ -209,24 +185,12 @@
209185
"sha256": "9fba1e94249bd7913e8a6c3aadcb308b76c8c3d83c5ce36c99c3f34d73873d88",
210186
"version": "8.0.1",
211187
},
212-
"lld-6": {
213-
"url": "http://releases.llvm.org/6.0.1/lld-6.0.1.src.tar.xz",
214-
"size": 787804,
215-
"sha256": "e706745806921cea5c45700e13ebe16d834b5e3c0b7ad83bf6da1f28b0634e11",
216-
"version": "6.0.1",
217-
},
218188
"llvm": {
219189
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/llvm-8.0.1.src.tar.xz",
220190
"size": 30477608,
221191
"sha256": "44787a6d02f7140f145e2250d56c9f849334e11f9ae379827510ed72f12b75e7",
222192
"version": "8.0.1",
223193
},
224-
"llvm-6": {
225-
"url": "http://releases.llvm.org/6.0.1/llvm-6.0.1.src.tar.xz",
226-
"size": 25306628,
227-
"sha256": "b6d6c324f9c71494c0ccaf3dac1f16236d970002b42bb24a6c9e1634f7d0f4e2",
228-
"version": "6.0.1",
229-
},
230194
"mpc": {
231195
"url": "http://www.multiprecision.org/downloads/mpc-1.0.3.tar.gz",
232196
"size": 669925,

0 commit comments

Comments
 (0)