ScoopInstaller_Main/bucket/luacheck.json
2023-12-08 16:27:42 +00:00

22 lines
688 B
JSON

{
"version": "1.1.2",
"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.2/luacheck.exe",
"hash": "3943f53f97985691c700e98f1232c27342014d754e0d8a318c88c9ad34760429"
}
},
"bin": "luacheck.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/lunarmodules/luacheck/releases/download/v$version/luacheck.exe"
}
}
}
}