2025-08-24 20:28:08 +00:00

29 lines
1007 B
JSON

{
"version": "0.15.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.15.0/zls-x86-windows.zip",
"hash": "e2662425bce7edebc133dd957c1bab9036e9c86455fc66dead416c3f5f1a93b9"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.15.0/zls-x86_64-windows.zip",
"hash": "5f5e6861d55e96cc9e480cf15fbccafd2c44dfe193d8f3f9d54489a50cd73d2d"
}
},
"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"
}
}
}
}