From a62b8ad80178aea1f834e2fcc4e05f763ed3fff9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Jun 2018 04:00:16 +0000 Subject: [PATCH] Update shellcheck to version 0.5.0 --- shellcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shellcheck.json b/shellcheck.json index a68252e7b2..e5e9522ed7 100644 --- a/shellcheck.json +++ b/shellcheck.json @@ -1,10 +1,10 @@ { "homepage": "https://shellcheck.net/", - "version": "0.4.7", + "version": "0.5.0", "description": "Static analysis tool for shell scripts", "license": "GPL-3.0", - "url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.4.7.zip", - "hash": "bbc260e15b42efdce628222d5649c0fa4cb3adaf2f71c958580b8928fe039e06", + "url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.5.0.zip", + "hash": "cbfca919a03f058bc9b31b1d932450f63dbdb92dcfec1a30140e022f7db49bc0", "bin": "shellcheck.exe", "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"", "checkver": {