ScoopInstaller_Main/bucket/rust-analyzer.json
2020-09-15 08:19:20 +02:00

17 lines
733 B
JSON

{
"version": "2020-09-14",
"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-09-14/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "75219b23c245e8ae917fc7d7b0744dbabf348fc1ab75b09845301ca1dcbba5cf",
"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"
}
}