mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	Add app manifest for the Odo CLI tool. (#2822)
* Add app manifest for the Odo CLI tool. * Rename the binary to odo, rather than creating an alias. * Use github for checkver and the shorthand for the hash URL. * Specify the bin property.
This commit is contained in:
		
							parent
							
								
									7bba93a61a
								
							
						
					
					
						commit
						abacbb2832
					
				
							
								
								
									
										26
									
								
								bucket/odo.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								bucket/odo.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,26 @@
 | 
			
		||||
{
 | 
			
		||||
    "homepage": "https://odo.dev",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "description": "Developer-focused CLI for OpenShift and Kubernetes.",
 | 
			
		||||
    "version": "2.4.1",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v2.4.1/odo-windows-amd64.exe#/odo.exe",
 | 
			
		||||
            "hash": "fb0189476852a19188b52eb0f8dfa69bb59224ef965a5db836927c80f8813b5d"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "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"
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user