Skip to content

Commit 6247d23

Browse files
committed
vhdl_ls: Add version 0.84.0
1 parent c2834f4 commit 6247d23

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bucket/vhdl-ls.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "0.84.0",
3+
"homepage": "https://github.com/VHDL-LS/rust_hdl",
4+
"description": "A fast VHDL language server and analysis library written in Rust.",
5+
"license": "MPL-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/VHDL-LS/rust_hdl/releases/download/v0.84.0/vhdl_ls-x86_64-pc-windows-msvc.zip",
9+
"hash": "89913e4c516667cb6ca936200208c37534b5d22ba6f9479fcfd7ebbfbc8a2333",
10+
"extract_dir": "vhdl_ls-x86_64-pc-windows-msvc"
11+
}
12+
},
13+
"bin": "bin\\vhdl_ls.exe",
14+
"checkver": "github",
15+
"autoupdate": {
16+
"architecture": {
17+
"64bit": {
18+
"url": "https://github.com/VHDL-LS/rust_hdl/releases/download/v$version/vhdl_ls-x86_64-pc-windows-msvc.zip"
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)