{ "homepage": "https://shellcheck.net/", "version": "0.6.0", "description": "Static analysis tool for shell scripts", "license": "GPL-3.0", "url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.6.0.zip", "hash": "4799d9fce810d9f576706695f34dc63cbe8b1083f49530e528e7be5709b0f61e", "bin": "shellcheck.exe", "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"", "checkver": { "url": "https://shellcheck.storage.googleapis.com/", "re": "shellcheck-v([\\d.]+)\\.zip", "reverse": true }, "autoupdate": { "url": "https://shellcheck.storage.googleapis.com/shellcheck-v$version.zip" } }