llvm: Update to version 12.0.1

This commit is contained in:
Jakub Čábera 2021-07-14 01:41:40 -07:00
parent b286c6631a
commit 4066cf1e89

View File

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