From e29053358afd833999f559ad119bf92005d90b06 Mon Sep 17 00:00:00 2001 From: Namorzyny Date: Thu, 3 Feb 2022 21:22:46 +0800 Subject: [PATCH] gron: Add version 0.6.1 (#3263) * gron: Add version 0.6.1 * Update bucket/gron.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update gron.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/gron.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/gron.json diff --git a/bucket/gron.json b/bucket/gron.json new file mode 100644 index 0000000000..7360d43955 --- /dev/null +++ b/bucket/gron.json @@ -0,0 +1,17 @@ +{ + "version": "0.6.1", + "description": "Transform JSON into discrete assignments to make it easier to grep and see the absolute 'path'.", + "homepage": "https://github.com/tomnomnom/gron", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/tomnomnom/gron/releases/download/v0.6.1/gron-windows-amd64-0.6.1.zip", + "hash": "50747640a28c46affd71c1dcb44b31772facc38a9a95bcd22077e141095e8b45" + }, + "32bit": { + "url": "https://github.com/tomnomnom/gron/releases/download/v0.6.1/gron-windows-386-0.6.1.zip", + "hash": "0de1f46f693b36b1c1a3b6af2d013b3d1db1ee7e49e00d4dbafd58200e3704e2" + } + }, + "bin": "gron.exe" +}