ScoopInstaller_Main/bucket/istioctl.json
2023-02-15 00:34:49 +00:00

27 lines
874 B
JSON

{
"version": "1.17.0",
"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.17.0/istioctl-1.17.0-win.zip",
"hash": "a82888126b045d61f239308d453cda5ce72fb55125efca9ecef38fa9d6f98b40"
}
},
"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"
}
}
}