ScoopInstaller_Main/bucket/shellcheck.json
2020-03-21 09:48:18 +01:00

17 lines
702 B
JSON

{
"homepage": "https://shellcheck.net/",
"version": "0.7.0",
"description": "Static analysis tool for shell scripts",
"license": "GPL-3.0-only",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.7.0/shellcheck-v0.7.0.zip",
"hash": "02cfa14220c8154bb7c97909e80e74d3a7fe2cbb7d80ac32adcac7988a95e387",
"bin": "shellcheck.exe",
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"",
"checkver": {
"github": "https://github.com/koalaman/shellcheck"
},
"autoupdate": {
"url": "https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.zip"
}
}