mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Add shellcheck at version 0.4.7 (#1922)
This commit is contained in:
parent
9869afe03d
commit
a0ff3335ea
18
shellcheck.json
Normal file
18
shellcheck.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"homepage": "https://shellcheck.net/",
|
||||
"version": "0.4.7",
|
||||
"description": "Static analysis tool for shell scripts",
|
||||
"license": "GPL-3.0",
|
||||
"url": "https://shellcheck.storage.googleapis.com/shellcheck-v0.4.7.zip",
|
||||
"hash": "bbc260e15b42efdce628222d5649c0fa4cb3adaf2f71c958580b8928fe039e06",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user