ScoopInstaller_Main/bucket/rust-analyzer.json
github-actions[bot] b8a61f0a41
rust-analyzer@2020-06-22: Hash fix (#1187)
Co-authored-by: Ash258 <cabera.jakub@gmail.com>
2020-06-23 09:15:00 +02:00

17 lines
733 B
JSON

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