From 3847347c7507931ead0f153a9b5e44f9c4db61bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 17 May 2021 18:26:05 -0700 Subject: [PATCH] shfmt: Update to version 3.3.0 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index 44a858422c..ec55b0b17f 100644 --- a/bucket/shfmt.json +++ b/bucket/shfmt.json @@ -1,16 +1,16 @@ { - "version": "3.2.4", + "version": "3.3.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.2.4/shfmt_v3.2.4_windows_amd64.exe#/shfmt.exe", - "hash": "95f8bdd19c7a94672b2cf1f93d12ffe7fd2873d4ee13fa857ac7a41d21fe4152" + "url": "https://github.com/mvdan/sh/releases/download/v3.3.0/shfmt_v3.3.0_windows_amd64.exe#/shfmt.exe", + "hash": "f964e42e17dfc1d93d27835f6b445d203ce7f9a1df4b062bd7ab84b8fc8bcb3c" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.2.4/shfmt_v3.2.4_windows_386.exe#/shfmt.exe", - "hash": "97a5bf4dc63efb21cc533323a3bdd8411fe950058fbf22865612856ad44670c4" + "url": "https://github.com/mvdan/sh/releases/download/v3.3.0/shfmt_v3.3.0_windows_386.exe#/shfmt.exe", + "hash": "1689a05007e66e35a60fab83fff7394de28bab5acf49e05efca78cd7aa9d55cf" } }, "bin": "shfmt.exe",