2021-12-03 18:02:02 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.4.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.4.1/shfmt_v3.4.1_windows_amd64.exe#/shfmt.exe",
"hash": "0d0cb61d85192725eb6140457ea29a3ba07d07ef339f638c9f095045aad44136"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.4.1/shfmt_v3.4.1_windows_386.exe#/shfmt.exe",
"hash": "0d59dcfb2be0342b9e475756421b6fe8ecf579c56e59a51434e5127501a1b52e"
}
},
"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"
}
}
}
}