From 23d7bd78571ea4e0b37833561dae6eb982a8fb61 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 19 Jan 2019 16:00:32 +0000 Subject: [PATCH] shfmt: Update to version 2.6.3 --- shfmt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shfmt.json b/shfmt.json index 0b7a9da388..68fab49d86 100644 --- a/shfmt.json +++ b/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": "2.6.2", + "version": "2.6.3", "architecture": { "64bit": { - "url": "https://github.com/mvdan/sh/releases/download/v2.6.2/shfmt_v2.6.2_windows_amd64.exe#/shfmt.exe", - "hash": "ef32236eeb217edd141a03c8f2e0b6fb5c46f73acc374fbf1e24c47576f311d5" + "url": "https://github.com/mvdan/sh/releases/download/v2.6.3/shfmt_v2.6.3_windows_amd64.exe#/shfmt.exe", + "hash": "bf7a7fef53117732a3d7b2647c342aa0aea85f13aba3dbbfa5fc417178eb950a" }, "32bit": { - "url": "https://github.com/mvdan/sh/releases/download/v2.6.2/shfmt_v2.6.2_windows_386.exe#/shfmt.exe", - "hash": "f431aee2d585a952944b8d0d13f8db147d293a76ac935abb09639ef97da9e2c7" + "url": "https://github.com/mvdan/sh/releases/download/v2.6.3/shfmt_v2.6.3_windows_386.exe#/shfmt.exe", + "hash": "3431fe9a9c9b2feefaab3679921740cad53973f42d34e49d5ed679cbe3bbc1ef" } }, "bin": "shfmt.exe",