ScoopInstaller_Main/bucket/istioctl.json
2023-09-05 20:23:18 +00:00

27 lines
874 B
JSON

{
"version": "1.19.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.19.0/istioctl-1.19.0-win.zip",
"hash": "381342603b5ab6a7442cd5003787024ad334e7ab0aac61d26af664d27dc4f67e"
}
},
"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"
}
}
}