ScoopInstaller_Main/bucket/shellcheck.json
2022-12-13 08:29:01 +00:00

17 lines
694 B
JSON

{
"version": "0.9.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",
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'",
"bin": "shellcheck.exe",
"checkver": {
"github": "https://github.com/koalaman/shellcheck"
},
"autoupdate": {
"url": "https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.zip"
}
}