2025-07-07 00:44:38 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.12.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.12.0/shfmt_v3.12.0_windows_amd64.exe#/shfmt.exe",
"hash": "c8bda517ba1c640ce4a715c0fa665439ddbe4357ba5e9b77b0e51e70e2b9c94b"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_windows_386.exe#/shfmt.exe",
"hash": "92c1ef0af344a10f2cefe3ce4bc6793ae8b3719ac08fc01802bbd8eae105e534"
}
},
"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"
}
}
}
}