2023-02-21 16:29:52 +00:00

27 lines
896 B
JSON

{
"homepage": "https://odo.dev",
"license": "Apache-2.0",
"description": "Developer-focused CLI for OpenShift and Kubernetes.",
"version": "3.7.0",
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.7.0/odo-windows-amd64.exe#/odo.exe",
"hash": "01e0cd0f6e4a89e357e2e8df4d5e3c56e212d5bae25b5e3959d6435393281cb1"
}
},
"bin": "odo.exe",
"checkver": {
"github": "https://github.com/openshift/odo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v$version/odo-windows-amd64.exe#/odo.exe",
"hash": {
"url": "$url.sha256"
}
}
}
}
}