ScoopInstaller_Main/openshift-origin-client.json
2018-03-16 20:00:47 +00:00

30 lines
1.3 KiB
JSON

{
"homepage": "https://www.openshift.org",
"description": "OpenShift Origin is a distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OpenShift adds developer and operations-centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams.",
"license": "https://raw.githubusercontent.com/openshift/origin/master/LICENSE",
"version": "3.7.2",
"architecture": {
"64bit": {
"url": "https://github.com/openshift/origin/releases/download/v3.7.2/openshift-origin-client-tools-v3.7.2-282e43f-windows.zip",
"hash": "45e525b751d7659e05adfbd005851cdeb769df511cfe38f5e45c0dfed854e784"
}
},
"bin": [
"oc.exe"
],
"checkver": {
"url": "https://github.com/openshift/origin/releases/latest",
"re": "openshift-origin-client-tools-v(?<version>[\\d.]+)-(?<commit>[\\d\\w]+)-windows\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openshift/origin/releases/download/v$version/openshift-origin-client-tools-v$version-$matchCommit-windows.zip"
}
},
"hash": {
"url": "$baseurl/CHECKSUM"
}
}
}