From d9bb53b617ac4542f93ccf53575cb0b1f1a146f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 12:30:52 +0000 Subject: [PATCH] luacheck: Update to version 1.2.0 --- bucket/luacheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/luacheck.json b/bucket/luacheck.json index 3a68a09999..c067cb8152 100644 --- a/bucket/luacheck.json +++ b/bucket/luacheck.json @@ -1,12 +1,12 @@ { - "version": "1.1.2", + "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.1.2/luacheck.exe", - "hash": "3943f53f97985691c700e98f1232c27342014d754e0d8a318c88c9ad34760429" + "url": "https://github.com/lunarmodules/luacheck/releases/download/v1.2.0/luacheck.exe", + "hash": "0f1c69c4d09f1ebb4d8df14c215e4553e2e639bd4cb7bf3c639b0daa6198317b" } }, "bin": "luacheck.exe",