mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
27 lines
896 B
JSON
27 lines
896 B
JSON
{
|
|
"homepage": "https://odo.dev",
|
|
"license": "Apache-2.0",
|
|
"description": "Developer-focused CLI for OpenShift and Kubernetes.",
|
|
"version": "3.6.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v3.6.0/odo-windows-amd64.exe#/odo.exe",
|
|
"hash": "1b2fe54b2680316ccdd71f22c985d02b0f6b0bc10998b88d08169768be475c34"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|