2024-04-29 09:48:41 +08:00

29 lines
1007 B
JSON

{
"version": "0.12.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.12.0/zls-x86-windows.zip",
"hash": "4a27fa034f0d2c0f32481eb4b32e198b68115440d501b126463bfa72000c4b38"
},
"64bit": {
"url": "https://github.com/zigtools/zls/releases/download/0.12.0/zls-x86_64-windows.zip",
"hash": "9656942a98e6d582b8e1d7486d0d3523ee80b0120d4a1d0740e963e45ea88954"
}
},
"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"
}
}
}
}