2023-10-05 12:31:36 +00:00

40 lines
1.7 KiB
JSON

{
"version": "17.0.2",
"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"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-win32.exe#/dl.7z",
"hash": "db449ff86a404825c570a70bb1275f51152656265f49970b9dbe946fd70cb9a9"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.2/LLVM-17.0.2-woa64.exe#/dl.7z",
"hash": "1343dafbcd02d19b438f8f5330ab75cd42f0aaac474bfdbb01bd48650e420c2f"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
"env_add_path": "bin",
"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"
}
}
}
}