2024-06-09 00:33:39 +00:00

29 lines
1007 B
JSON

{
"version": "0.13.0",
"description": "Zig language LSP server",
"homepage": "https://github.com/zigtools/zls",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.13.0/zls-x86-windows.zip",
"hash": "8d71f0fde1238082ee3b7fb5d9e361411183fad2d7a55a78b403ed7cd4fc2d13"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.13.0/zls-x86_64-windows.zip",
"hash": "d87ed0834df3c30feae976843f0c6640acd31af1f31c0917907f7bfebae5bd14"
}
},
"bin": "zls.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/zigtools/zls/releases/download/$version/zls-x86-windows.zip"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/$version/zls-x86_64-windows.zip"
}
}
}
}