shfmt: Update to version 3.1.2

This commit is contained in:
Jakub Čábera 2020-06-27 10:30:32 +02:00
parent 315e5d0704
commit c101b1b21c

View File

@ -1,16 +1,16 @@
{ {
"version": "3.1.2",
"description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.",
"homepage": "https://github.com/mvdan/sh", "homepage": "https://github.com/mvdan/sh",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.",
"version": "3.1.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.1.1/shfmt_v3.1.1_windows_amd64.exe#/shfmt.exe", "url": "https://github.com/mvdan/sh/releases/download/v3.1.2/shfmt_v3.1.2_windows_amd64.exe#/shfmt.exe",
"hash": "5f7d9eb9506274d54a5418ace06cda64442b8f8c29fda14fce1df7c593fcb19f" "hash": "5cafe309be761c092cea69221c9b25c68d13a9f89d12ad20601c9d5cc4b84457"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v3.1.1/shfmt_v3.1.1_windows_386.exe#/shfmt.exe", "url": "https://github.com/mvdan/sh/releases/download/v3.1.2/shfmt_v3.1.2_windows_386.exe#/shfmt.exe",
"hash": "a9ebafe18a4fc9a25d71ce09ac9f33a2ea03d43f262718bd28adfd21ff1bd220" "hash": "f2f03185014586c82bad6bfe2ec5df011cf670316ae44b8e0cbdaab7b2e5e2f2"
} }
}, },
"bin": "shfmt.exe", "bin": "shfmt.exe",