From fde7799d8e2483396ad23a1b9a45631911f7d100 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Tue, 15 Jan 2019 09:58:13 -0200 Subject: [PATCH] Add shfmt version 2.6.2 (#2987) --- shfmt.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 shfmt.json diff --git a/shfmt.json b/shfmt.json new file mode 100644 index 0000000000..0b7a9da388 --- /dev/null +++ b/shfmt.json @@ -0,0 +1,28 @@ +{ + "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", + "architecture": { + "64bit": { + "url": "https://github.com/mvdan/sh/releases/download/v2.6.2/shfmt_v2.6.2_windows_amd64.exe#/shfmt.exe", + "hash": "ef32236eeb217edd141a03c8f2e0b6fb5c46f73acc374fbf1e24c47576f311d5" + }, + "32bit": { + "url": "https://github.com/mvdan/sh/releases/download/v2.6.2/shfmt_v2.6.2_windows_386.exe#/shfmt.exe", + "hash": "f431aee2d585a952944b8d0d13f8db147d293a76ac935abb09639ef97da9e2c7" + } + }, + "bin": "shfmt.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_amd64.exe#/shfmt.exe" + }, + "32bit": { + "url": "https://github.com/mvdan/sh/releases/download/v$version/shfmt_v$version_windows_386.exe#/shfmt.exe" + } + } + } +}