mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
17 lines
733 B
JSON
17 lines
733 B
JSON
{
|
|
"version": "2020-07-13",
|
|
"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-07-13/rust-analyzer-windows.exe#/rust-analyzer.exe",
|
|
"hash": "3e86b718484ce2951abe1b23b8e6d95b8b605a6a11f1d187d1a97d63170a3177",
|
|
"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"
|
|
}
|
|
}
|