2022-12-12 12:30:36 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.6.0",
"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.6.0/shfmt_v3.6.0_windows_amd64.exe#/shfmt.exe",
"hash": "18122d910ba434be366588f37c302c309cde4ca5403f93285254a3cf96839d01"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.6.0/shfmt_v3.6.0_windows_386.exe#/shfmt.exe",
"hash": "3753abfaca1beaf80a81e084c7947e60e2a08076270950d76197f4997fc122d0"
}
},
"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"
}
}
}
}