Add app manifest for the Odo CLI tool. (#2822)

* Add app manifest for the Odo CLI tool.

* Rename the binary to odo, rather than creating an alias.

* Use github for checkver and the shorthand for the hash URL.

* Specify the bin property.
This commit is contained in:
Chris Meller 2021-10-27 14:41:28 +03:00 committed by GitHub
parent 7bba93a61a
commit abacbb2832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/odo.json Normal file
View File

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