mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 14:21:18 +00:00
rust-analyzer: add version 2020-06-01 (#1136)
Co-authored-by: linsui <linsui555@gmail.com>
This commit is contained in:
parent
c46d678575
commit
7061f4af5f
16
bucket/rust-analyzer.json
Normal file
16
bucket/rust-analyzer.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"version": "2020-06-01",
|
||||||
|
"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-06-01/rust-analyzer-windows.exe#/rust-analyzer.exe",
|
||||||
|
"hash": "519bf59ba59211330c6aaa391b2e0cfe4fe6e978aef8cc88be4407580d2df5da",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user