From dc256bf8c66040f3feb153e8f816eb2a224249ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:37:03 +0000 Subject: [PATCH] shfmt: Update to version 3.11.0 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index 1aa9c19115..061219ccc1 100644 --- a/bucket/shfmt.json +++ b/bucket/shfmt.json @@ -1,16 +1,16 @@ { - "version": "3.10.0", + "version": "3.11.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.10.0/shfmt_v3.10.0_windows_amd64.exe#/shfmt.exe", - "hash": "6e4c6acd38de7b4b1ba8f8082b9e688df8c9b861d3f8b2e7bb1b7270201a3587" + "url": "https://github.com/mvdan/sh/releases/download/v3.11.0/shfmt_v3.11.0_windows_amd64.exe#/shfmt.exe", + "hash": "d11a0880588304496065110cb67ce2375cfcd5433e76dec505ce1fa21adf47cc" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.10.0/shfmt_v3.10.0_windows_386.exe#/shfmt.exe", - "hash": "695d43b600103d8e8beb7460764f43da1d679576e67130012507a38238ef7dbd" + "url": "https://github.com/mvdan/sh/releases/download/v3.11.0/shfmt_v3.11.0_windows_386.exe#/shfmt.exe", + "hash": "facfb70de36cc3b15d59938fd840d6eaa8dc5446767f043265038a49eb719ec7" } }, "bin": "shfmt.exe",