ScoopInstaller_Main/bucket/istioctl.json
2025-03-26 20:29:04 +00:00

27 lines
874 B
JSON

{
"version": "1.25.1",
"description": "Configuration command line utility for service operators to debug and diagnose their Istio mesh.",
"homepage": "https://istio.io/latest/docs/reference/commands/istioctl/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/istio/istio/releases/download/1.25.1/istioctl-1.25.1-win.zip",
"hash": "4ecb35d7365b137a21e0462d3b57ab0b56efe1f710a4c2ba9d71e85755c60762"
}
},
"bin": "istioctl.exe",
"checkver": {
"github": "https://github.com/istio/istio"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/istio/istio/releases/download/$version/istioctl-$version-win.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}