Add gunk version 0.1.0 (#3014)

This commit is contained in:
Kenneth Shaw 2019-01-20 19:07:24 +07:00 committed by Richard Kuhnt
parent 2778a06198
commit 1ca43f4b30

13
gunk.json Normal file
View File

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