mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "0.31.4",
|
|
"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.4/k9s_Windows_amd64.zip",
|
|
"hash": "ded9a5a742ae59a1cbf57fec1a14c0a5673aff22ddace015b0aa98d0e0a49050"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.31.4/k9s_Windows_arm64.zip",
|
|
"hash": "31ef024b0efd7c3f8a544f85fcb9c61a4f05cab1eb33c0fb8498c1ba3c5b5241"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|