From 81130eba8f138b7ae650e37dc66963bc432379f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 8 Apr 2020 13:51:23 +0200 Subject: [PATCH] shfmt: Update to version 3.1.0 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index e1a820cd74..7a8910edb3 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.0.2", + "version": "3.1.0", "architecture": { "64bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.0.2/shfmt_v3.0.2_windows_amd64.exe#/shfmt.exe", - "hash": "d40e893a0fe2bd6f43b62a33883296f8e7d207a09e3c080b7f0fc47e1c64d9da" + "url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_amd64.exe#/shfmt.exe", + "hash": "f8ad2a375b5824bb0b13491ad236d57ca41b6ac39c4e207d24dd1bf1e1dfb46b" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.0.2/shfmt_v3.0.2_windows_386.exe#/shfmt.exe", - "hash": "1187e9193904716868a0ce466549e86a15c83304d6737448621b62ed3934a589" + "url": "https://github.com/mvdan/sh/releases/download/v3.1.0/shfmt_v3.1.0_windows_386.exe#/shfmt.exe", + "hash": "656716fbcbe4a47914e687e8737f5e9ba0c0c5f1d11bf94412d2126863b37af6" } }, "bin": "shfmt.exe",