mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.27.3",
|
|
"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.3/k9s_Windows_amd64.tar.gz",
|
|
"hash": "65acc7864e9db57e91a2874b81199c273a7f60c128f2697d518810b569a05576"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Windows_arm64.tar.gz",
|
|
"hash": "329dc62297f0e058bbb423df4443958eb59472cb4d1394372f41c15305624c4f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|