github-actions[bot] f120f09b30
shfmt@3.1.0: Hash fix (#994)
Co-authored-by: Ash258 <cabera.jakub@gmail.com>
2020-04-14 17:07:47 +02: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": "3.1.0",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_amd64.exe#/shfmt.exe",
"hash": "1ed3513f1a9c55bcbe088aa710b53740cb3f6769dcd2e2dddd10275bc859fb6e"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_386.exe#/shfmt.exe",
"hash": "2bd2290b70a115c865aa5ee6d6ab0e89cb18478df52c70883e54637c7f56deb1"
}
},
"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"
}
}
}
}