From b0062ea9aeaf59218e22ad04ec19c51fd8ad9557 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:28:15 +0000 Subject: [PATCH] shellcheck: Update to version 0.7.2 --- bucket/shellcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/shellcheck.json b/bucket/shellcheck.json index 2e38f108fa..6c71a9144c 100644 --- a/bucket/shellcheck.json +++ b/bucket/shellcheck.json @@ -1,10 +1,10 @@ { - "version": "0.8.0", + "version": "0.7.2", "description": "Static analysis tool for shell scripts", "homepage": "https://shellcheck.net/", "license": "GPL-3.0-only", - "url": "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.zip", - "hash": "2a616cbb5b15aec8238f22c0d62dede1b6d155798adc45ff4d0206395a8a5833", + "url": "https://github.com/koalaman/shellcheck/releases/download/v0.7.2/shellcheck-v0.7.2.zip", + "hash": "1b80bbb525e6d64961afff09fb4a9199a62d5e22347a9c92c151a791131467bd", "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'", "bin": "shellcheck.exe", "checkver": {