ScoopInstaller_Main/bucket/luau-lsp.json
2023-11-19 12:30:45 +00:00

22 lines
692 B
JSON

{
"version": "1.26.0",
"description": "Language Server Implementation for Luau",
"homepage": "https://github.com/JohnnyMorganz/luau-lsp",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.26.0/luau-lsp-win64.zip",
"hash": "77ff3bfd6315c60582a533acf4c60c18c469ba1c0d1d95052acdd137b1bd48c6"
}
},
"bin": "luau-lsp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
}
}
}
}