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>
This commit is contained in:
Namorzyny 2022-02-03 21:22:46 +08:00 committed by GitHub
parent 53b8a4c362
commit e29053358a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/gron.json Normal file
View File

@ -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"
}