llvm: Update to version 17.0.4

This commit is contained in:
github-actions[bot] 2023-11-01 16:28:03 +00:00
parent 7f6bbe3850
commit ba6c1b5fda

View File

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