From c67eaeed8748f010632d90bbb9e58da00884f50d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 11 Jan 2020 07:00:23 +0000 Subject: [PATCH] shfmt: Update to version 3.0.1 --- bucket/shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/shfmt.json b/bucket/shfmt.json index 7f8f307458..3b0933a7b5 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.0", + "version": "3.0.1", "architecture": { "64bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.0.0/shfmt_v3.0.0_windows_amd64.exe#/shfmt.exe", - "hash": "47d95ab4bdb70416c52c356da125505c9acb872e133cb1d9563822edf3f5753b" + "url": "https://github.com/mvdan/sh/releases/download/v3.0.1/shfmt_v3.0.1_windows_amd64.exe#/shfmt.exe", + "hash": "bd5c851044c724592ac68b63f121ccd8ed7700998ac7d2ad4014ebb4808d650d" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v3.0.0/shfmt_v3.0.0_windows_386.exe#/shfmt.exe", - "hash": "2582c5038c00d633e913b691cc47b013679a3fb1bde9244df3eed99134418f43" + "url": "https://github.com/mvdan/sh/releases/download/v3.0.1/shfmt_v3.0.1_windows_386.exe#/shfmt.exe", + "hash": "bd5e0c7f1750851aec3c47513627d633bfc7c1c60ba64f2340de2e78ebb42d01" } }, "bin": "shfmt.exe",