From 22d023580e43611ca4c2c038a68fe1de3b141739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Fri, 1 Feb 2019 18:25:31 +0100 Subject: [PATCH] Add gitkube version 0.3.0(#3055) --- gitkube.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gitkube.json diff --git a/gitkube.json b/gitkube.json new file mode 100644 index 0000000000..c1293410f0 --- /dev/null +++ b/gitkube.json @@ -0,0 +1,21 @@ +{ + "description": "Build and deploy docker images to Kubernetes using git push", + "homepage": "https://github.com/hasura/gitkube", + "license": "Apache-2.0", + "version": "0.3.0", + "architecture": { + "64bit": { + "url": "https://github.com/hasura/gitkube/releases/download/v0.3.0/gitkube_windows_amd64.exe#/gitkube.exe", + "hash": "c0c8420ef048d2023e756a5c11e66dcd98c36812a455b524dc33baec4f29b438" + } + }, + "bin": "gitkube.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/hasura/gitkube/releases/download/v$version/gitkube_windows_amd64.exe" + } + } + } +}