ScoopInstaller_Main/bucket/rust-analyzer.json
2021-03-01 11:45:11 +01:00

25 lines
887 B
JSON

{
"version": "2021-03-01",
"description": "An experimental Rust compiler front-end for IDEs",
"homepage": "https://rust-analyzer.github.io/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-03-01/rust-analyzer-windows.exe#/rust-analyzer.exe",
"hash": "b5d1adf3120d0df216bc7fc558d30fd3cdf175b0e5ba4e771d1cfa75e87338f3"
}
},
"bin": "rust-analyzer.exe",
"checkver": {
"github": "https://github.com/rust-analyzer/rust-analyzer",
"regex": "releases/tag/([\\d-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rust-analyzer/rust-analyzer/releases/download/$version/rust-analyzer-windows.exe#/rust-analyzer.exe"
}
}
}
}