2021-12-03 18:02:01 +00:00

27 lines
896 B
JSON

{
"homepage": "https://odo.dev",
"license": "Apache-2.0",
"description": "Developer-focused CLI for OpenShift and Kubernetes.",
"version": "2.4.2",
"architecture": {
"64bit": {
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v2.4.2/odo-windows-amd64.exe#/odo.exe",
"hash": "2963ec508d80cba9ebb0136e455ae49889909ffeae649e1871014bdfb24b15af"
}
},
"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"
}
}
}
}
}