shfmt: Update to version 3.0.0

This commit is contained in:
Richard Kuhnt 2019-12-16 14:00:31 +00:00
parent e5dcd332e2
commit 09ccc1c440

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": "2.6.4",
"version": "3.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/mvdan/sh/releases/download/v2.6.4/shfmt_v2.6.4_windows_amd64.exe#/shfmt.exe",
"hash": "cc670f693f13c3ef4009d89a946d130ba6e0f8d19f910f9e7b51347521e84fa0"
"url": "https://github.com/mvdan/sh/releases/download/v3.0.0/shfmt_v3.0.0_windows_amd64.exe#/shfmt.exe",
"hash": "47d95ab4bdb70416c52c356da125505c9acb872e133cb1d9563822edf3f5753b"
},
"32bit": {
"url": "https://github.com/mvdan/sh/releases/download/v2.6.4/shfmt_v2.6.4_windows_386.exe#/shfmt.exe",
"hash": "a934ab91a1e97d261fd661b3130fac9b4b41b7fc6c835c3e4a8d837d5386c586"
"url": "https://github.com/mvdan/sh/releases/download/v3.0.0/shfmt_v3.0.0_windows_386.exe#/shfmt.exe",
"hash": "2582c5038c00d633e913b691cc47b013679a3fb1bde9244df3eed99134418f43"
}
},
"bin": "shfmt.exe",