ScoopInstaller_Main/bucket/rust-analyzer.json
2026-01-19 08:32:02 +00:00

25 lines
853 B
JSON

{
"version": "2026-01-19",
"description": "A Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/2026-01-19/rust-analyzer-x86_64-pc-windows-msvc.zip",
"hash": "2401cada104be667377685120d33db0fb6858a6ac1e9d7d65e9c8d51adbd065c"
}
},
"bin": "rust-analyzer.exe",
"checkver": {
"github": "https://github.com/rust-lang/rust-analyzer",
"regex": "releases/tag/([\\d-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rust-lang/rust-analyzer/releases/download/$version/rust-analyzer-x86_64-pc-windows-msvc.zip"
}
}
}
}