mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-05 08:44:43 +00:00
25 lines
853 B
JSON
25 lines
853 B
JSON
{
|
|
"version": "2026-03-02",
|
|
"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-03-02/rust-analyzer-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f251bf0b13f82fb54c8c38f76252922732511273e95b7e1ff30851faa94bbb18"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|