2023-07-26 08:30:55 +00:00

27 lines
898 B
JSON

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