2020-02-22 20:01:48 +00:00

29 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/mvdan/sh",
"license": "BSD-3-Clause",
"description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.",
"version": "3.0.2",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.0.2/shfmt_v3.0.2_windows_amd64.exe#/shfmt.exe",
"hash": "d40e893a0fe2bd6f43b62a33883296f8e7d207a09e3c080b7f0fc47e1c64d9da"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.0.2/shfmt_v3.0.2_windows_386.exe#/shfmt.exe",
"hash": "1187e9193904716868a0ce466549e86a15c83304d6737448621b62ed3934a589"
}
},
"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"
}
}
}
}