mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 18:15:16 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "1.48.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.48.0/luau-lsp-win64.zip",
|
|
"hash": "c054fb4e3a94add0df5f7786d0cf1869f2b04f3742aacf040fb680b77178ad8d"
|
|
}
|
|
},
|
|
"bin": "luau-lsp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|