kubectxwin: Add version 0.1.1 (#496)

* 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 <cabera.jakub@gmail.com>
This commit is contained in:
Eunkwang Shin 2019-10-29 08:05:56 +09:00 committed by Ross Smith II
parent 0863399a14
commit fd36bab335

27
bucket/kubectxwin.json Normal file
View File

@ -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"
}
}
}
}