mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 12:24:40 +00:00
25 lines
853 B
JSON
25 lines
853 B
JSON
{
|
|
"version": "2026-02-16",
|
|
"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-02-16/rust-analyzer-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f09b5d4c01e6d201579df535b26a4a820b721307c5e392c9881ed1a8e06a1bc6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|