mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +00:00
25 lines
887 B
JSON
25 lines
887 B
JSON
{
|
|
"version": "2020-11-23",
|
|
"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-23/rust-analyzer-windows.exe#/rust-analyzer.exe",
|
|
"hash": "2a403702ee5ad04c0e6ac6cdf4f9dcfa430c66a36a7b8d82cd3eb94c5ec6e325"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|