mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
kubectx: Add version 0.9.0 (#1129)
This commit is contained in:
parent
d4fd37b9be
commit
58eec053e6
26
bucket/kubectx.json
Normal file
26
bucket/kubectx.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "0.9.0",
|
||||
"description": "Kubernetes contexts manager",
|
||||
"homepage": "https://kubectx.dev",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v0.9.0/kubectx_v0.9.0_windows_x86_64.zip",
|
||||
"hash": "8c567d750ec77e71f6f9a7b818bf06dd45f9c90d9d44d763084a0054a024e560"
|
||||
}
|
||||
},
|
||||
"bin": "kubectx.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/ahmetb/kubectx"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ahmetb/kubectx/releases/download/v$version/kubectx_v$version_windows_x86_64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,8 +1,9 @@
|
||||
{
|
||||
"homepage": "https://github.com/thomasliddledba/kubectxwin",
|
||||
"description": "Kubernetes cluster switcher.",
|
||||
"license": "MIT",
|
||||
"version": "0.1.1",
|
||||
"description": "Kubernetes clusters switcher",
|
||||
"homepage": "https://github.com/thomasliddledba/kubectxwin",
|
||||
"license": "MIT",
|
||||
"notes": "Deprecated. It is recommended to use 'kubectx' instead",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/thomasliddledba/kubectxwin/releases/download/0.1.1/kubectxwin.exe",
|
||||
@ -15,13 +16,5 @@
|
||||
"kubectxwin.exe",
|
||||
"kubectx"
|
||||
]
|
||||
],
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/thomasliddledba/kubectxwin/releases/download/$version/kubectxwin.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user