2023-11-15 16:28:13 +00:00

44 lines
1.8 KiB
JSON

{
"version": "17.0.5",
"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.5/LLVM-17.0.5-win64.exe#/dl.7z",
"hash": "0615361cb29305edacc40d8af7d26673f5b5782421f4cc6e3efb52d0ddc151ee"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-win32.exe#/dl.7z",
"hash": "2447e106c06b87d1e5877389e8967610811275aa2322fe56db267b0413a25aea"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.5/LLVM-17.0.5-woa64.exe#/dl.7z",
"hash": "6f89cd97db4f0a20d9b4ac369ef155bb22d5324c038846bef8ebf209677e6e99"
}
},
"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"
}
}
}
}