From b13a99a86ad499d77ac90d4b41fd10b820e48918 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:31:58 +0000 Subject: [PATCH] luacheck: Update to version 1.0.0 --- bucket/luacheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/luacheck.json b/bucket/luacheck.json index bb27ad8734..6ced10d562 100644 --- a/bucket/luacheck.json +++ b/bucket/luacheck.json @@ -1,12 +1,12 @@ { - "version": "0.26.1", + "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/v0.26.1/luacheck.exe", - "hash": "335e16eb57054f4c6337c42ad33264663cf0c02dfff59752eff2a704e4cb4e4c" + "url": "https://github.com/lunarmodules/luacheck/releases/download/v1.0.0/luacheck.exe", + "hash": "7560563ccfe8cb994173e07fa3ec58450ec1f39ab956dee14a0ec9c886df300b" } }, "bin": "luacheck.exe",