ScoopInstaller_Main/bucket/rust-analyzer.json
2020-06-29 19:24:06 +02:00

17 lines
733 B
JSON

{
"version": "2020-06-29",
"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-29/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "7077a29417c21328ede9a56c335d56639c1875791c50cf64b3286b35533f7d9b",
"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"
}
}