diff --git a/bucket/kubectxwin.json b/bucket/kubectxwin.json new file mode 100644 index 0000000000..59cd314e85 --- /dev/null +++ b/bucket/kubectxwin.json @@ -0,0 +1,27 @@ +{ + "homepage": "https://github.com/thomasliddledba/kubectxwin", + "description": "Kubernetes cluster switcher.", + "license": "MIT", + "version": "0.1.1", + "architecture": { + "64bit": { + "url": "https://github.com/thomasliddledba/kubectxwin/releases/download/0.1.1/kubectxwin.exe", + "hash": "sha1:34703BCB9B16865541E58524B596B1AEC0E4E3D0" + } + }, + "bin": [ + "kubectxwin.exe", + [ + "kubectxwin.exe", + "kubectx" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/thomasliddledba/kubectxwin/releases/download/$version/kubectxwin.exe" + } + } + } +}