mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
19 lines
732 B
JSON
19 lines
732 B
JSON
{
|
|
"homepage": "https://shellcheck.net/",
|
|
"version": "0.5.0",
|
|
"description": "Static analysis tool for shell scripts",
|
|
"license": "GPL-3.0",
|
|
"url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.5.0.zip",
|
|
"hash": "cbfca919a03f058bc9b31b1d932450f63dbdb92dcfec1a30140e022f7db49bc0",
|
|
"bin": "shellcheck.exe",
|
|
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"",
|
|
"checkver": {
|
|
"url": "https://shellcheck.storage.googleapis.com/",
|
|
"re": "<Key>shellcheck-v([\\d.]+)\\.zip</Key>",
|
|
"reverse": true
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://shellcheck.storage.googleapis.com/shellcheck-v$version.zip"
|
|
}
|
|
}
|