luacheck: Update to version 1.0.0

This commit is contained in:
github-actions[bot] 2022-08-24 12:31:58 +00:00
parent 9f67790f7c
commit b13a99a86a

View File

@ -1,12 +1,12 @@
{ {
"version": "0.26.1", "version": "1.0.0",
"description": "A tool for linting and static analysis of Lua code", "description": "A tool for linting and static analysis of Lua code",
"homepage": "https://github.com/lunarmodules/luacheck", "homepage": "https://github.com/lunarmodules/luacheck",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/lunarmodules/luacheck/releases/download/v0.26.1/luacheck.exe", "url": "https://github.com/lunarmodules/luacheck/releases/download/v1.0.0/luacheck.exe",
"hash": "335e16eb57054f4c6337c42ad33264663cf0c02dfff59752eff2a704e4cb4e4c" "hash": "7560563ccfe8cb994173e07fa3ec58450ec1f39ab956dee14a0ec9c886df300b"
} }
}, },
"bin": "luacheck.exe", "bin": "luacheck.exe",