ScoopInstaller_Main/bucket/luacheck.json
2022-12-20 12:31:38 +00:00

22 lines
688 B
JSON

{
"version": "1.1.0",
"description": "A tool for linting and static analysis of Lua code",
"homepage": "https://github.com/lunarmodules/luacheck",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/lunarmodules/luacheck/releases/download/v1.1.0/luacheck.exe",
"hash": "67fce257ced4b826fbd21c622d91ec788b4580f3fff31ecbf67b35633eaea459"
}
},
"bin": "luacheck.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lunarmodules/luacheck/releases/download/v$version/luacheck.exe"
}
}
}
}