From 9a00ca273b50a83863d0bb0edfcedfd3ebfc4474 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:31:38 +0000 Subject: [PATCH] luacheck: Update to version 1.1.0 --- bucket/luacheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/luacheck.json b/bucket/luacheck.json index 6ced10d562..b23f18292d 100644 --- a/bucket/luacheck.json +++ b/bucket/luacheck.json @@ -1,12 +1,12 @@ { - "version": "1.0.0", + "version": "1.1.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" + "url": "https://github.com/lunarmodules/luacheck/releases/download/v1.1.0/luacheck.exe", + "hash": "67fce257ced4b826fbd21c622d91ec788b4580f3fff31ecbf67b35633eaea459" } }, "bin": "luacheck.exe",