From 1ca43f4b301a8dfba66777b2b3d77da6777b136e Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Sun, 20 Jan 2019 19:07:24 +0700 Subject: [PATCH] Add gunk version 0.1.0 (#3014) --- gunk.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gunk.json diff --git a/gunk.json b/gunk.json new file mode 100644 index 0000000000..2912e0ee58 --- /dev/null +++ b/gunk.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/gunk/gunk", + "description": "Modern frontend and syntax for Protocol Buffers", + "license": "MIT", + "version": "0.1.0", + "url": "https://github.com/gunk/gunk/releases/download/v0.1.0/gunk-v0.1.0-windows-amd64.zip", + "hash": "073fa832c4be872a57433e26bfea06ec55bf976b7a44beff2c2dfbdafe19e990", + "bin": "gunk.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/gunk/gunk/releases/download/v$version/gunk-v$version-windows-amd64.zip" + } +}