From 6355c6ac150b0c6e6b6e4570b50f5ce60296639a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 17 Apr 2020 10:56:31 +0200 Subject: [PATCH] gitkube: Disable checkver (#988) CLI is deprecated by author --- bucket/gitkube.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/bucket/gitkube.json b/bucket/gitkube.json index c1293410f0..19d1c62327 100644 --- a/bucket/gitkube.json +++ b/bucket/gitkube.json @@ -1,21 +1,13 @@ { + "version": "0.3.0", "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" - } - } - } + "bin": "gitkube.exe" }