mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "3.5.1",
|
|
"description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.",
|
|
"homepage": "https://github.com/mvdan/sh",
|
|
"license": "BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v3.5.1/shfmt_v3.5.1_windows_amd64.exe#/shfmt.exe",
|
|
"hash": "f759493bc55a4ea181442eb7d79b527ff6c15d62ec567b8b86a5df6a086c9c46"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v3.5.1/shfmt_v3.5.1_windows_386.exe#/shfmt.exe",
|
|
"hash": "50df493c1ac1d849bb0acaf7c88b4a3cc79b0e13bce801c917a305599245c345"
|
|
}
|
|
},
|
|
"bin": "shfmt.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_amd64.exe#/shfmt.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_386.exe#/shfmt.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|