llvm: Update to version 12.0.0

This commit is contained in:
Jakub Čábera 2021-04-16 03:15:22 +02:00
parent 221d83f3b5
commit 18ad656bf1

View File

@ -1,16 +1,16 @@
{
"version": "11.1.0",
"version": "12.0.0",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org",
"license": "NCSA",
"architecture": {
"64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win64.exe#/dl.7z",
"hash": "b5770bbfac712d273938cd155e232afaa85c2e8d865c7ca504a104a838568516"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/LLVM-12.0.0-win64.exe#/dl.7z",
"hash": "8426d57f2af2bf07f80014bfd359e87ed10f5521a236a10cfe9fc4870d1b1b25"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/LLVM-11.1.0-win32.exe#/dl.7z",
"hash": "b92f7c74ccd132dba0089cdf4efe9096a3f6018f14290611a408aea329845727"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/LLVM-12.0.0-win32.exe#/dl.7z",
"hash": "bbb264bc9c8300c8f98a129050d94127cba8370ee26e4f9b1fe9cced03b1f638"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",