mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
25 lines
887 B
JSON
25 lines
887 B
JSON
{
|
|
"version": "2020-11-16",
|
|
"description": "An experimental Rust compiler front-end for IDEs",
|
|
"homepage": "https://rust-analyzer.github.io/",
|
|
"license": "Apache-2.0|MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-11-16/rust-analyzer-windows.exe#/rust-analyzer.exe",
|
|
"hash": "e5a8022a541e360a87cb38e8509c7f68a66b400e5092f611c38caaf0097d28e4"
|
|
}
|
|
},
|
|
"bin": "rust-analyzer.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rust-analyzer/rust-analyzer",
|
|
"regex": "releases/tag/([\\d-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-windows.exe#/rust-analyzer.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|