mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +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.16.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.16.1/k9s_Windows_x86_64.tar.gz",
|
|
"hash": "645bbfbfe3f9a4524e99a4d1387b63a328a237f278586130acfa96b710ca2362"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.16.1/k9s_Windows_i386.tar.gz",
|
|
"hash": "92fe3d541f3609100f8a013cb5c7f1a0e09b41e93ec8a02c0cc530947f265c28"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|