Skip to content

Commit 5767e8d

Browse files
committed
downloads: upgrade LLVM/Clang to 10.0.1
1 parent 446f89b commit 5767e8d

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-10.0.0/clang-10.0.0.src.tar.xz",
33-
"size": 14190012,
34-
"sha256": "885b062b00e903df72631c5f98b9579ed1ed2790f74e5646b4234fa084eacb21",
35-
"version": "10.0.0",
32+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/clang-10.0.1.src.tar.xz",
33+
"size": 14046188,
34+
"sha256": "f99afc382b88e622c689b6d96cadfa6241ef55dca90e87fc170352e12ddb2b24",
35+
"version": "10.0.1",
3636
},
3737
"clang-compiler-rt": {
38-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/compiler-rt-10.0.0.src.tar.xz",
39-
"size": 2093908,
40-
"sha256": "6a7da64d3a0a7320577b68b9ca4933bdcab676e898b759850e827333c3282c75",
41-
"version": "10.0.0",
38+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/compiler-rt-10.0.1.src.tar.xz",
39+
"size": 2085712,
40+
"sha256": "d90dc8e121ca0271f0fd3d639d135bfaa4b6ed41e67bd6eb77808f72629658fa",
41+
"version": "10.0.1",
4242
},
4343
"cmake-linux-bin": {
4444
"url": "https://github.com/Kitware/CMake/releases/download/v3.15.1/cmake-3.15.1-Linux-x86_64.tar.gz",
@@ -117,16 +117,16 @@
117117
"version": "1.0.7",
118118
},
119119
"libc++": {
120-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/libcxx-10.0.0.src.tar.xz",
121-
"size": 1843328,
122-
"sha256": "270f8a3f176f1981b0f6ab8aa556720988872ec2b48ed3b605d0ced8d09156c7",
123-
"version": "10.0.0",
120+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/libcxx-10.0.1.src.tar.xz",
121+
"size": 1839172,
122+
"sha256": "def674535f22f83131353b3c382ccebfef4ba6a35c488bdb76f10b68b25be86c",
123+
"version": "10.0.1",
124124
},
125125
"libc++abi": {
126-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/libcxxabi-10.0.0.src.tar.xz",
127-
"size": 554184,
128-
"sha256": "e71bac75a88c9dde455ad3f2a2b449bf745eafd41d2d8432253b2964e0ca14e1",
129-
"version": "10.0.0",
126+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/libcxxabi-10.0.1.src.tar.xz",
127+
"size": 552940,
128+
"sha256": "a97ef810b2e9fb70e8f7e317b74e646ed4944f488b02ac5ddd9c99e385381a7b",
129+
"version": "10.0.1",
130130
},
131131
"libedit": {
132132
"url": "https://www.thrysoee.dk/editline/libedit-20191231-3.1.tar.gz",
@@ -189,16 +189,16 @@
189189
"license_file": "LICENSE.libxcb.txt",
190190
},
191191
"lld": {
192-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/lld-10.0.0.src.tar.xz",
193-
"size": 1143340,
194-
"sha256": "b9a0d7c576eeef05bc06d6e954938a01c5396cee1d1e985891e0b1cf16e3d708",
195-
"version": "10.0.0",
192+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/lld-10.0.1.src.tar.xz",
193+
"size": 1134580,
194+
"sha256": "591449e0aa623a6318d5ce2371860401653c48bb540982ccdd933992cb88df7a",
195+
"version": "10.0.1",
196196
},
197197
"llvm": {
198-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz",
199-
"size": 35733192,
200-
"sha256": "df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf",
201-
"version": "10.0.0",
198+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/llvm-10.0.1.src.tar.xz",
199+
"size": 35270168,
200+
"sha256": "c5d8e30b57cbded7128d78e5e8dad811bff97a8d471896812f57fa99ee82cdf3",
201+
"version": "10.0.1",
202202
},
203203
"mpc": {
204204
"url": "http://www.multiprecision.org/downloads/mpc-1.0.3.tar.gz",

0 commit comments

Comments
 (0)