mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
27 lines
874 B
JSON
27 lines
874 B
JSON
{
|
|
"version": "1.20.3",
|
|
"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.20.3/istioctl-1.20.3-win.zip",
|
|
"hash": "4cb0ebcca89e73272a3957e94d236601c6ba8ece667416f743d2875a3d8c4d9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|