mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://okd.io",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "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.",
 | 
						|
    "version": "4.9.0-0.okd-2022-02-12-140851",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/openshift/okd/releases/download/4.9.0-0.okd-2022-02-12-140851/openshift-client-windows-4.9.0-0.okd-2022-02-12-140851.zip",
 | 
						|
            "hash": "c29b7716698652ed48d86108f582b704ee195e0a6cafef872feddbb93586b83c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "oc.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repos/openshift/okd/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"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |