mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "1.45.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.45.0/luau-lsp-win64.zip",
|
|
"hash": "c6dd42f119dd1cadac699449e3227921a61985d4ef3d98b1b83608bab4affc0b"
|
|
}
|
|
},
|
|
"bin": "luau-lsp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/$version/luau-lsp-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|