2024-01-09 20:24:36 +00:00

37 lines
1.2 KiB
JSON

{
"version": "0.31.2",
"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.31.2/k9s_Windows_amd64.zip",
"hash": "528bbfe3253ac1958fdf4bf4251e5bdd2b305b1492fba7ff2ac83e5f8ef5a9a3"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Windows_arm64.zip",
"hash": "319ffcde08db6f601cd29d2c863fa0b808f8a7ca2b4668855ca5571fd09dc7fc"
}
},
"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"
}
}
}