ScoopInstaller_Main/bucket/rust-analyzer.json
2020-10-06 04:40:06 +02:00

17 lines
733 B
JSON

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