ScoopInstaller_Main/bucket/shellcheck.json
2021-04-20 06:13:57 +02:00

17 lines
694 B
JSON

{
"version": "0.7.2",
"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.7.2/shellcheck-v0.7.2.zip",
"hash": "1b80bbb525e6d64961afff09fb4a9199a62d5e22347a9c92c151a791131467bd",
"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"
}
}