From 7508828a41b57877c00775889ca63ad2f5bc3447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 12:32:54 +0000 Subject: [PATCH] shfmt: Update to version 3.7.0 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index 1639a78666..c97240df1c 100644 --- a/bucket/shfmt.json +++ b/bucket/shfmt.json @@ -1,16 +1,16 @@ { - "version": "3.6.0", + "version": "3.7.0", "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.6.0/shfmt_v3.6.0_windows_amd64.exe#/shfmt.exe", - "hash": "18122d910ba434be366588f37c302c309cde4ca5403f93285254a3cf96839d01" + "url": "https://github.com/mvdan/sh/releases/download/v3.7.0/shfmt_v3.7.0_windows_amd64.exe#/shfmt.exe", + "hash": "2807b4af91fbbd961b68716de06c044f1b4f897457fc89fba216e5e2e351c64f" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.6.0/shfmt_v3.6.0_windows_386.exe#/shfmt.exe", - "hash": "3753abfaca1beaf80a81e084c7947e60e2a08076270950d76197f4997fc122d0" + "url": "https://github.com/mvdan/sh/releases/download/v3.7.0/shfmt_v3.7.0_windows_386.exe#/shfmt.exe", + "hash": "8bd0422554dd6ce5e07d9d17d020d89254b5c056009005df824e39a8cbdcf6aa" } }, "bin": "shfmt.exe",