mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.3.1",
|
|
"description": "Wraps kubectl with colorful output",
|
|
"homepage": "https://github.com/kubecolor/kubecolor",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"kubectl": "kubectl"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.3.1/kubecolor_0.3.1_windows_amd64.zip",
|
|
"hash": "ac35ddebddbcc27ae9bd6401b0cd9a522a8fdab3025087b01846f0b4e2c21424"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.3.1/kubecolor_0.3.1_windows_arm64.zip",
|
|
"hash": "7e1d1302879e0e24d8c31e6120f039cef89f67cb29cf55779b1b1cced07a4335"
|
|
}
|
|
},
|
|
"bin": "kubecolor.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/kubecolor/kubecolor"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v$version/kubecolor_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v$version/kubecolor_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|