mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.27.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.27.0/k9s_Windows_amd64.tar.gz",
|
|
"hash": "2ba50896e237fde5621618ff4b20120e5913a1cece5b039578255b8c7445d013"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.27.0/k9s_Windows_arm64.tar.gz",
|
|
"hash": "24e885111f3455b5a4e1eed27bce26652b396accfd2eee403519131b23c79bb2"
|
|
}
|
|
},
|
|
"bin": "k9s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|