Skip to content

Commit 4f69d43

Browse files
committed
downloads: update llvm/clang to 11.1.0
I don't think this buys us much given the release notes of 11.1.0. But we might as well update to stay current.
1 parent 63ac3a6 commit 4f69d43

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

pythonbuild/downloads.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"license_file": "LICENSE.bzip2.txt",
3030
},
3131
"clang": {
32-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/clang-11.0.1.src.tar.xz",
33-
"size": 14849680,
34-
"sha256": "73f572c2eefc5a155e01bcd84815751d722a4d3925f53c144acfb93eeb274b4d",
35-
"version": "11.0.1",
32+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/clang-11.1.0.src.tar.xz",
33+
"size": 14850272,
34+
"sha256": "0a8288f065d1f57cb6d96da4d2965cbea32edc572aa972e466e954d17148558b",
35+
"version": "11.1.0",
3636
},
3737
"clang-compiler-rt": {
38-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/compiler-rt-11.0.1.src.tar.xz",
39-
"size": 2136216,
40-
"sha256": "087be3f1116e861cd969c9b0b0903c27028b52eaf45157276f50a9c2500687fc",
41-
"version": "11.0.1",
38+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/compiler-rt-11.1.0.src.tar.xz",
39+
"size": 2135988,
40+
"sha256": "def1fc00c764cd3abbba925c712ac38860a756a43b696b291f46fee09e453274",
41+
"version": "11.1.0",
4242
},
4343
"cmake-linux-bin": {
4444
"url": "https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-Linux-x86_64.tar.gz",
@@ -135,16 +135,16 @@
135135
"version": "1.0.7",
136136
},
137137
"libc++": {
138-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/libcxx-11.0.1.src.tar.xz",
139-
"size": 1871968,
140-
"sha256": "9fd5f669621ffea88a2b93e3d99f3a958b5defb954f71bf754709b63275f5e3d",
141-
"version": "11.0.1",
138+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/libcxx-11.1.0.src.tar.xz",
139+
"size": 1871804,
140+
"sha256": "bb233d250ed7eaa05c73eaf81ef0f9ee3fac9d8fc0c3d38a7a7383f82ed6f8e5",
141+
"version": "11.1.0",
142142
},
143143
"libc++abi": {
144-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/libcxxabi-11.0.1.src.tar.xz",
145-
"size": 552960,
146-
"sha256": "4a697056a5c08621a8380dcaf3836525835aa76b3008d9e8f27abf9270bf683f",
147-
"version": "11.0.1",
144+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/libcxxabi-11.1.0.src.tar.xz",
145+
"size": 553032,
146+
"sha256": "143193ed80f8fa4d85211d6704a90789fb36aa65b69fd0c382a9f05ec370ecab",
147+
"version": "11.1.0",
148148
},
149149
"libedit": {
150150
"url": "https://thrysoee.dk/editline/libedit-20210216-3.1.tar.gz",
@@ -207,16 +207,16 @@
207207
"license_file": "LICENSE.libxcb.txt",
208208
},
209209
"lld": {
210-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/lld-11.0.1.src.tar.xz",
211-
"size": 1237040,
212-
"sha256": "60ba0da01a391078dcc437fee629f3bf7e30e06467a3a060b4a2a3aa661308b7",
213-
"version": "11.0.1",
210+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/lld-11.1.0.src.tar.xz",
211+
"size": 1237068,
212+
"sha256": "017a788cbe1ecc4a949abf10755870519086d058a2e99f438829aef24f0c66ce",
213+
"version": "11.1.0",
214214
},
215215
"llvm": {
216-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/llvm-11.0.1.src.tar.xz",
217-
"size": 38914796,
218-
"sha256": "ccd87c254b6aebc5077e4e6977d08d4be888e7eb672c6630a26a15d58b59b528",
219-
"version": "11.0.1",
216+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz",
217+
"size": 38915280,
218+
"sha256": "ce8508e318a01a63d4e8b3090ab2ded3c598a50258cc49e2625b9120d4c03ea5",
219+
"version": "11.1.0",
220220
},
221221
"mpc": {
222222
"url": "http://www.multiprecision.org/downloads/mpc-1.0.3.tar.gz",

0 commit comments

Comments
 (0)