ScoopInstaller_Main/shfmt.json
2019-03-10 18:00:29 +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": "2.6.4",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v2.6.4/shfmt_v2.6.4_windows_amd64.exe#/shfmt.exe",
"hash": "cc670f693f13c3ef4009d89a946d130ba6e0f8d19f910f9e7b51347521e84fa0"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v2.6.4/shfmt_v2.6.4_windows_386.exe#/shfmt.exe",
"hash": "a934ab91a1e97d261fd661b3130fac9b4b41b7fc6c835c3e4a8d837d5386c586"
}
},
"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"
}
}
}
}