shellcheck: Update to version 0.10.0

This commit is contained in:
github-actions[bot] 2024-03-08 04:25:55 +00:00
parent e3f259aad3
commit 21c6cd1536

View File

@ -1,10 +1,10 @@
{
"version": "0.9.0",
"version": "0.10.0",
"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.9.0/shellcheck-v0.9.0.zip",
"hash": "ae58191b1ea4ffd9e5b15da9134146e636440302ce3e2f46863e8d71c8be1bbb",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.zip",
"hash": "eb6cd53a54ea97a56540e9d296ce7e2fa68715aa507ff23574646c1e12b2e143",
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'",
"bin": "shellcheck.exe",
"checkver": {