mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
27 lines
874 B
JSON
27 lines
874 B
JSON
{
|
|
"version": "1.27.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.27.0/istioctl-1.27.0-win.zip",
|
|
"hash": "e9cc3bd4602c6586861c97bc78dd05db4722905b9df9b4610c82068a6dd9cebf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|