From 5ebd948b097dbbfe3c5fe0a805423b683c5799d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 3 Dec 2020 09:57:38 +0100 Subject: [PATCH] shfmt: Update to version 3.2.1 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index a1ccaf4798..0903537853 100644 --- a/bucket/shfmt.json +++ b/bucket/shfmt.json @@ -1,16 +1,16 @@ { - "version": "3.2.0", + "version": "3.2.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.2.0/shfmt_v3.2.0_windows_amd64.exe#/shfmt.exe", - "hash": "d850200fde7861512a9c7d289e093d7cba54f7d95535b02a7ff352a1904e060f" + "url": "https://github.com/mvdan/sh/releases/download/v3.2.1/shfmt_v3.2.1_windows_amd64.exe#/shfmt.exe", + "hash": "f782bfe01cbd43d5e520869edb2d368ce9fd6cebb29b40c93db5ce3fa78e509b" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.2.0/shfmt_v3.2.0_windows_386.exe#/shfmt.exe", - "hash": "4052239a46649d9113d2a555b2aa2710172bf7a61515fbfa83ed3e4297579646" + "url": "https://github.com/mvdan/sh/releases/download/v3.2.1/shfmt_v3.2.1_windows_386.exe#/shfmt.exe", + "hash": "1ccfa89b46b0a30e03bdf5c4fb4943f4e1e33482f4cd9eceb77bdb475363c3f9" } }, "bin": "shfmt.exe",