From fd36bab335e56f46638b068a399e20f62eefe88d Mon Sep 17 00:00:00 2001 From: Eunkwang Shin <11773683+gracefullight@users.noreply.github.com> Date: Tue, 29 Oct 2019 08:05:56 +0900 Subject: [PATCH] kubectxwin: Add version 0.1.1 (#496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * kubectxwin: Add version 0.1.1 https://github.com/lukesampson/scoop/issues/3510 * kubectxwin: Add version 0.1.1 Update bucket/kubectxwin.json Co-Authored-By: Jakub Čábera --- bucket/kubectxwin.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/kubectxwin.json 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" + } + } + } +}