ScoopInstaller_Main/bucket/shellcheck.json
2024-03-08 04:25:55 +00:00

17 lines
697 B
JSON

{
"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.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": {
"github": "https://github.com/koalaman/shellcheck"
},
"autoupdate": {
"url": "https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.zip"
}
}