mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "0.4.0",
|
|
"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.4.0/kubecolor_0.4.0_windows_amd64.zip",
|
|
"hash": "2092c1e1c4651a8c45fd256aa619db60949be1b742c61ff45c500bd472e201fc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kubecolor/kubecolor/releases/download/v0.4.0/kubecolor_0.4.0_windows_arm64.zip",
|
|
"hash": "d9b58785afde52e3ef34adafee0046413e845d21fd600dd631f095c1144ebf35"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|