ScoopInstaller_Main/bucket/rust-analyzer.json
2020-07-20 15:40:29 +02:00

17 lines
733 B
JSON

{
"version": "2020-07-20",
"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-07-20/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "208315597161414a6e431797ac3c7b1920104080b3690a331ce47e4d14053a0d",
"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"
}
}