2019-12-16 14:00:31 +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.0",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.0.0/shfmt_v3.0.0_windows_amd64.exe#/shfmt.exe",
"hash": "47d95ab4bdb70416c52c356da125505c9acb872e133cb1d9563822edf3f5753b"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.0.0/shfmt_v3.0.0_windows_386.exe#/shfmt.exe",
"hash": "2582c5038c00d633e913b691cc47b013679a3fb1bde9244df3eed99134418f43"
}
},
"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"
}
}
}
}