mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
22 lines
688 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|