mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
30 lines
1.4 KiB
JSON
30 lines
1.4 KiB
JSON
{
|
|
"version": "4.20.0-okd-scos.ec.3",
|
|
"description": "OKD is the community distribution of Kubernetes optimized for continuous application development and multi-tenant deployment. OKD 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.",
|
|
"homepage": "https://okd.io",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openshift/okd/releases/download/4.20.0-okd-scos.ec.3/openshift-client-windows-4.20.0-okd-scos.ec.3.zip",
|
|
"hash": "180b42a4d7a2e1457bc40bb5e165c19c2c6b9a3fb48c295c12fdd08ff13134da"
|
|
}
|
|
},
|
|
"bin": "oc.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/222003131/tags",
|
|
"jsonpath": "$[0].name"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/openshift/okd/releases/download/$version/openshift-client-windows-$version.zip",
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "https://github.com/openshift/okd/releases/download/$version/sha256sum.txt",
|
|
"find": "([a-fA-F0-9]{64})\\s+\\./openshift-client-windows-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|