2021-05-17 18:26:05 -07:00

29 lines
1.1 KiB
JSON

{
"version": "3.3.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.3.0/shfmt_v3.3.0_windows_amd64.exe#/shfmt.exe",
"hash": "f964e42e17dfc1d93d27835f6b445d203ce7f9a1df4b062bd7ab84b8fc8bcb3c"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.3.0/shfmt_v3.3.0_windows_386.exe#/shfmt.exe",
"hash": "1689a05007e66e35a60fab83fff7394de28bab5acf49e05efca78cd7aa9d55cf"
}
},
"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"
}
}
}
}