shellcheck: Update to version 0.9.0

This commit is contained in:
github-actions[bot] 2022-12-13 08:29:01 +00:00
parent 299cc3b8e4
commit 16f3231269

View File

@ -1,10 +1,10 @@
{ {
"version": "0.8.0", "version": "0.9.0",
"description": "Static analysis tool for shell scripts", "description": "Static analysis tool for shell scripts",
"homepage": "https://shellcheck.net/", "homepage": "https://shellcheck.net/",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.zip", "url": "https://github.com/koalaman/shellcheck/releases/download/v0.9.0/shellcheck-v0.9.0.zip",
"hash": "2a616cbb5b15aec8238f22c0d62dede1b6d155798adc45ff4d0206395a8a5833", "hash": "ae58191b1ea4ffd9e5b15da9134146e636440302ce3e2f46863e8d71c8be1bbb",
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'", "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'",
"bin": "shellcheck.exe", "bin": "shellcheck.exe",
"checkver": { "checkver": {