ScoopInstaller_Main/bucket/luacheck.json
2024-05-24 12:30:52 +00:00

22 lines
688 B
JSON

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