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