From 60a9bf2850b066e5619110ff09005827a5f7a332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 5 May 2020 14:24:43 +0200 Subject: [PATCH] shfmt: Update to version 3.1.1 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index 89033887e7..6a97abafb0 100644 --- a/bucket/shfmt.json +++ b/bucket/shfmt.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/mvdan/sh", "license": "BSD-3-Clause", "description": "A shell parser, formatter and interpreter. Supports POSIX Shell, Bash and mksh.", - "version": "3.1.0", + "version": "3.1.1", "architecture": { "64bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_amd64.exe#/shfmt.exe", - "hash": "1ed3513f1a9c55bcbe088aa710b53740cb3f6769dcd2e2dddd10275bc859fb6e" + "url": "https://github.com/mvdan/sh/releases/download/v3.1.1/shfmt_v3.1.1_windows_amd64.exe#/shfmt.exe", + "hash": "5f7d9eb9506274d54a5418ace06cda64442b8f8c29fda14fce1df7c593fcb19f" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_386.exe#/shfmt.exe", - "hash": "2bd2290b70a115c865aa5ee6d6ab0e89cb18478df52c70883e54637c7f56deb1" + "url": "https://github.com/mvdan/sh/releases/download/v3.1.1/shfmt_v3.1.1_windows_386.exe#/shfmt.exe", + "hash": "a9ebafe18a4fc9a25d71ce09ac9f33a2ea03d43f262718bd28adfd21ff1bd220" } }, "bin": "shfmt.exe",