ScoopInstaller_Main/bucket/luau-lsp.json
2024-12-28 16:28:51 +00:00

22 lines
692 B
JSON

{
"version": "1.38.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.38.0/luau-lsp-win64.zip",
"hash": "3cda68dbf346af3a69f712f9624616ca29da8ad885d255b86b95fd177b59e02e"
}
},
"bin": "luau-lsp.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
}
}
}
}