mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/derailed/k9s",
|
|
"license": "Apache-2.0",
|
|
"description": "Kubernetes CLI To Manage Your Clusters In Style!",
|
|
"version": "0.12.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/0.12.0/k9s_0.12.0_Windows_x86_64.tar.gz",
|
|
"hash": "f2f28e9f5c34daa7306894675033b01f6c2f2d491fe7c44b344805624321606f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/0.12.0/k9s_0.12.0_Windows_i386.tar.gz",
|
|
"hash": "3ce0fe10f9bfb5ba83230886807db0e14ebbd0b4753a980ae7f42d76a4bf0592"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/$version/k9s_$version_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/$version/k9s_$version_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|