Skip to content

Commit 2b425ad

Browse files
committed
downloads: upgrade LLVM from 13.0.1 to 14.0.3
These upgrades are much easier after using the unified LLVM source archive!
1 parent 15b0547 commit 2b425ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"license_file": "LICENSE.bzip2.txt",
3030
},
3131
"clang": {
32-
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-project-13.0.1.src.tar.xz",
33-
"size": 97584928,
34-
"sha256": "326335a830f2e32d06d0a36393b5455d17dc73e0bd1211065227ee014f92cbf8",
35-
"version": "13.0.1",
32+
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.3/llvm-project-14.0.3.src.tar.xz",
33+
"size": 105600488,
34+
"sha256": "44d3e7a784d5cf805e72853bb03f218bd1058d448c03ca883dabbebc99204e0c",
35+
"version": "14.0.3",
3636
},
3737
"cmake-linux-bin": {
3838
"url": "https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-Linux-x86_64.tar.gz",

0 commit comments

Comments
 (0)