ScoopInstaller_Main/bucket/rust-analyzer.json
2020-10-13 08:44:59 +02:00

17 lines
733 B
JSON

{
"version": "2020-10-12",
"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-10-12/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "df8110b52093bf8ae2f42145bd656b6e41b510cefa78f97c8ab7371edeb25133",
"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"
}
}