mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
17 lines
733 B
JSON
17 lines
733 B
JSON
{
|
|
"version": "2020-06-15",
|
|
"description": "An experimental Rust compiler front-end for IDEs",
|
|
"homepage": "https://rust-analyzer.github.io/",
|
|
"license": "Apache-2.0|MIT",
|
|
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-06-15/rust-analyzer-windows.exe#/rust-analyzer.exe",
|
|
"hash": "4eac31a9362711d58f137b4368b401aa6d671a2abab03bee3e10c97aa0f984b8",
|
|
"bin": "rust-analyzer.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rust-analyzer/rust-analyzer",
|
|
"regex": "releases/tag/([\\d-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-windows.exe#/rust-analyzer.exe"
|
|
}
|
|
}
|