2020-04-08 13:51:23 +02: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.1.0",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_amd64.exe#/shfmt.exe",
"hash": "f8ad2a375b5824bb0b13491ad236d57ca41b6ac39c4e207d24dd1bf1e1dfb46b"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_386.exe#/shfmt.exe",
"hash": "656716fbcbe4a47914e687e8737f5e9ba0c0c5f1d11bf94412d2126863b37af6"
}
},
"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"
}
}
}
}