2024-06-29 00:34:09 +00:00

44 lines
1.8 KiB
JSON

{
"version": "18.1.8",
"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-18.1.8/LLVM-18.1.8-win64.exe#/dl.7z",
"hash": "94af030060d88cc17e9f00ef1663ebdc1126b35e16bebdfa1e807984b70abd8f"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-win32.exe#/dl.7z",
"hash": "4ce39685d593a33cdbcdd10bec2288b65e020b38995d684c19cb56cad0fa43ac"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-woa64.exe#/dl.7z",
"hash": "e25bf44d67fe86708490cf08de085fe1d6e1e50f3249c212c9077a06247cdc9e"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
"env_add_path": "bin",
"env_set": {
"LIBCLANG_PATH": "$dir\\bin",
"LLVM_LIB_DIR": "$dir\\lib"
},
"checkver": {
"github": "https://github.com/llvm/llvm-project",
"regex": "tag/llvmorg-([\\d._]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-woa64.exe#/dl.7z"
}
}
}
}