ScoopInstaller_Main/bucket/luau-lsp.json
2024-03-04 12:30:49 +00:00

22 lines
692 B
JSON

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