mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
688 B
JSON
22 lines
688 B
JSON
{
|
|
"version": "1.0.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.0.0/luacheck.exe",
|
|
"hash": "7560563ccfe8cb994173e07fa3ec58450ec1f39ab956dee14a0ec9c886df300b"
|
|
}
|
|
},
|
|
"bin": "luacheck.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lunarmodules/luacheck/releases/download/v$version/luacheck.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|