From b7a81b7d0ba486da97a7424dda4a388f87089394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 08:29:49 +0000 Subject: [PATCH] shfmt: Update to version 3.5.1 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index 39ef9440dd..791e5ee946 100644 --- a/bucket/shfmt.json +++ b/bucket/shfmt.json @@ -1,16 +1,16 @@ { - "version": "3.5.0", + "version": "3.5.1", "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.5.0/shfmt_v3.5.0_windows_amd64.exe#/shfmt.exe", - "hash": "da079a17319d83d7935ca799a13da98e9c637d9d46f174b07dd948e0d7d5eb3a" + "url": "https://github.com/mvdan/sh/releases/download/v3.5.1/shfmt_v3.5.1_windows_amd64.exe#/shfmt.exe", + "hash": "f759493bc55a4ea181442eb7d79b527ff6c15d62ec567b8b86a5df6a086c9c46" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.5.0/shfmt_v3.5.0_windows_386.exe#/shfmt.exe", - "hash": "473bdae00875e0a0156ed8ddf7968d6352ae86684ce8e801d676b1ef2f6ba0e2" + "url": "https://github.com/mvdan/sh/releases/download/v3.5.1/shfmt_v3.5.1_windows_386.exe#/shfmt.exe", + "hash": "50df493c1ac1d849bb0acaf7c88b4a3cc79b0e13bce801c917a305599245c345" } }, "bin": "shfmt.exe",