llvm: Update to version 17.0.6

This commit is contained in:
github-actions[bot] 2023-12-04 20:24:57 +00:00
parent d8326dd184
commit e4b1abfa7d

View File

@ -1,20 +1,20 @@
{ {
"version": "17.0.5", "version": "17.0.6",
"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-17.0.5/LLVM-17.0.5-win64.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe#/dl.7z",
"hash": "0615361cb29305edacc40d8af7d26673f5b5782421f4cc6e3efb52d0ddc151ee" "hash": "89dc351af8e8fa1cafc6b48411e608aa9457c930a10f984aad5d21ab020165b2"
}, },
"32bit": { "32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-win32.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win32.exe#/dl.7z",
"hash": "2447e106c06b87d1e5877389e8967610811275aa2322fe56db267b0413a25aea" "hash": "766332eaedbc83a57ecd5b719912ed4bc0be1ef0df952581d2b3edb9135b7c2a"
}, },
"arm64": { "arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-woa64.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-woa64.exe#/dl.7z",
"hash": "6f89cd97db4f0a20d9b4ac369ef155bb22d5324c038846bef8ebf209677e6e99" "hash": "1efda890c79d597fb9e9c1ae62ececf53e9b56b979b1e37234b5c8dac56461fe"
} }
}, },
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse", "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",