ScoopInstaller_Main/bucket/rust-analyzer.json
2020-07-27 16:54:24 +02:00

17 lines
733 B
JSON

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