mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 11:11:19 +00:00
17 lines
733 B
JSON
17 lines
733 B
JSON
{
|
|
"version": "2020-08-24",
|
|
"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-08-24/rust-analyzer-windows.exe#/rust-analyzer.exe",
|
|
"hash": "80cf02dd1d7003d2598d69320315ec2c9c7ef85ba51ac0ed1a80bedd2561cb68",
|
|
"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"
|
|
}
|
|
}
|