mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "1.27.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.27.0/luau-lsp-win64.zip",
|
|
"hash": "df824169e305176d0a16ccfe7b0cc5ec30d12912d3b063f3965b0b3eb36fd010"
|
|
}
|
|
},
|
|
"bin": "luau-lsp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|