llvm: Update to version 17.0.2

This commit is contained in:
github-actions[bot] 2023-10-05 12:31:36 +00:00
parent d8192edd14
commit f19927917e

View File

@ -1,20 +1,20 @@
{ {
"version": "17.0.1", "version": "17.0.2",
"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.1/LLVM-17.0.1-win64.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-win64.exe#/dl.7z",
"hash": "d4d59100d5901ad2091da183c4dceca69f52ef68300bd4d689914e0a7e985b52" "hash": "a0ba36b352b94987d940689dcec63a89e04e782aa7cd032a97f77d768216dc52"
}, },
"32bit": { "32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/LLVM-17.0.1-win32.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-win32.exe#/dl.7z",
"hash": "3c71bc3a20d5344ccc5fe1276a09b8e6e32fbcfe8a94da84b99c440b8997ac64" "hash": "db449ff86a404825c570a70bb1275f51152656265f49970b9dbe946fd70cb9a9"
}, },
"arm64": { "arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.1/LLVM-17.0.1-woa64.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-woa64.exe#/dl.7z",
"hash": "9f153ab4575bae015f39cb86e8bd314c6931278b8a3ffc9aa7a21af072e3f35f" "hash": "1343dafbcd02d19b438f8f5330ab75cd42f0aaac474bfdbb01bd48650e420c2f"
} }
}, },
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse", "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",