ScoopInstaller_Main/bucket/shellcheck.json
2021-01-07 13:58:34 +01:00

17 lines
694 B
JSON

{
"version": "0.7.1",
"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.1/shellcheck-v0.7.1.zip",
"hash": "1763f8f4a639d39e341798c7787d360ed79c3d68a1cdbad0549c9c0767a75e98",
"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"
}
}