gitkube: Disable checkver (#988)

CLI is deprecated by author
This commit is contained in:
Jakub Čábera 2020-04-17 10:56:31 +02:00 committed by GitHub
parent 659737160f
commit 6355c6ac15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,13 @@
{ {
"version": "0.3.0",
"description": "Build and deploy docker images to Kubernetes using git push", "description": "Build and deploy docker images to Kubernetes using git push",
"homepage": "https://github.com/hasura/gitkube", "homepage": "https://github.com/hasura/gitkube",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "0.3.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hasura/gitkube/releases/download/v0.3.0/gitkube_windows_amd64.exe#/gitkube.exe", "url": "https://github.com/hasura/gitkube/releases/download/v0.3.0/gitkube_windows_amd64.exe#/gitkube.exe",
"hash": "c0c8420ef048d2023e756a5c11e66dcd98c36812a455b524dc33baec4f29b438" "hash": "c0c8420ef048d2023e756a5c11e66dcd98c36812a455b524dc33baec4f29b438"
} }
}, },
"bin": "gitkube.exe", "bin": "gitkube.exe"
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hasura/gitkube/releases/download/v$version/gitkube_windows_amd64.exe"
}
}
}
} }