shfmt: Update to version 3.1.0

This commit is contained in:
Jakub Čábera 2020-04-08 13:51:23 +02:00
parent dcec882b82
commit 81130eba8f

View File

@ -2,15 +2,15 @@
"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.0.2",
"version": "3.1.0",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.0.2/shfmt_v3.0.2_windows_amd64.exe#/shfmt.exe",
"hash": "d40e893a0fe2bd6f43b62a33883296f8e7d207a09e3c080b7f0fc47e1c64d9da"
"url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_amd64.exe#/shfmt.exe",
"hash": "f8ad2a375b5824bb0b13491ad236d57ca41b6ac39c4e207d24dd1bf1e1dfb46b"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.0.2/shfmt_v3.0.2_windows_386.exe#/shfmt.exe",
"hash": "1187e9193904716868a0ce466549e86a15c83304d6737448621b62ed3934a589"
"url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_386.exe#/shfmt.exe",
"hash": "656716fbcbe4a47914e687e8737f5e9ba0c0c5f1d11bf94412d2126863b37af6"
}
},
"bin": "shfmt.exe",