{ "version": "18.1.3", "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.3/LLVM-18.1.3-win64.exe#/dl.7z", "hash": "45fdce095dbde8981deaee4359a2a7528825fe99b0fc933871f19e2f319159fa" }, "32bit": { "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-win32.exe#/dl.7z", "hash": "64e558ea87653ba70b0bf1d50c777ff4c8fe0ae86db926c351c363eb5807ceea" }, "arm64": { "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-woa64.exe#/dl.7z", "hash": "df8d230752b385aaeb07fe8c9a2550411e3675b7e2260ea93fa26a9db8c85016" } }, "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" } } } }