mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-25 13:05:14 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.32.0",
|
|
"description": "Kubernetes Clusters manager",
|
|
"homepage": "https://github.com/derailed/k9s",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.32.0/k9s_Windows_amd64.zip",
|
|
"hash": "c351cfb4660c5438c8d051df570ff1abb303feff7f3424ad83ee3fc9fc3451cf"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.32.0/k9s_Windows_arm64.zip",
|
|
"hash": "6641031f2aabfaf514e00af14a60588e9f5d14c2118fbf943001827d931b0114"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"env_set": {
|
|
"K9S_CONFIG_DIR": "$persist_dir/config",
|
|
"K9S_LOGS_DIR": "$persist_dir/logs"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.sha256",
|
|
"regex": "$sha256 $basename\\n"
|
|
}
|
|
}
|
|
}
|