2025-03-09 20:25:59 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.40.6",
"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.40.6/k9s_Windows_amd64.zip",
"hash": "9bf41b027a493cbeaff11a61d1ff7de512b8155c1b6a546a0feed84f9174f24f"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v0.40.6/k9s_Windows_arm64.zip",
"hash": "7522312309eaabd6b38a125c36d4a0c78868b0d00c64673d8cc9a4b8c9772f2c"
}
},
"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"
}
}
}