shellcheck: Update to version 0.11.0

This commit is contained in:
github-actions[bot] 2025-08-04 00:47:50 +00:00
parent 4abb116ba9
commit fd92f24a93

View File

@ -1,10 +1,10 @@
{ {
"version": "0.10.0", "version": "0.11.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.10.0/shellcheck-v0.10.0.zip", "url": "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.zip",
"hash": "eb6cd53a54ea97a56540e9d296ce7e2fa68715aa507ff23574646c1e12b2e143", "hash": "8a4e35ab0b331c85d73567b12f2a444df187f483e5079ceffa6bda1faa2e740e",
"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": {