shellcheck: Update to version 0.7.1

This commit is contained in:
Jakub Čábera 2020-04-05 19:23:07 +02:00
parent 94a874ef1e
commit 644b1bbea4

View File

@ -1,10 +1,10 @@
{
"homepage": "https://shellcheck.net/",
"version": "0.7.0",
"version": "0.7.1",
"description": "Static analysis tool for shell scripts",
"license": "GPL-3.0-only",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.zip",
"hash": "02cfa14220c8154bb7c97909e80e74d3a7fe2cbb7d80ac32adcac7988a95e387",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.zip",
"hash": "1763f8f4a639d39e341798c7787d360ed79c3d68a1cdbad0549c9c0767a75e98",
"bin": "shellcheck.exe",
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"",
"checkver": {