mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
30 lines
1.3 KiB
JSON
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": "Apache-2.0",
|
|
"version": "3.9.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openshift/origin/releases/download/v3.9.0/openshift-origin-client-tools-v3.9.0-191fece-windows.zip",
|
|
"hash": "705eb110587fdbd244fbb0f93146a643b24295cfe2410ff9fe67a0e880912663"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|