mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
688 B
JSON
22 lines
688 B
JSON
{
|
|
"version": "1.1.1",
|
|
"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.1/luacheck.exe",
|
|
"hash": "69774f3b4df05cfd3eb451c259cd48ebb9f51fad3808926488c2000f493cb669"
|
|
}
|
|
},
|
|
"bin": "luacheck.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lunarmodules/luacheck/releases/download/v$version/luacheck.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|