mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* kubectxwin: Add version 0.1.1 https://github.com/lukesampson/scoop/issues/3510 * kubectxwin: Add version 0.1.1 Update bucket/kubectxwin.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			755 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			755 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://github.com/thomasliddledba/kubectxwin",
 | 
						|
    "description": "Kubernetes cluster switcher.",
 | 
						|
    "license": "MIT",
 | 
						|
    "version": "0.1.1",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/thomasliddledba/kubectxwin/releases/download/0.1.1/kubectxwin.exe",
 | 
						|
            "hash": "sha1:34703BCB9B16865541E58524B596B1AEC0E4E3D0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "kubectxwin.exe",
 | 
						|
        [
 | 
						|
            "kubectxwin.exe",
 | 
						|
            "kubectx"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/thomasliddledba/kubectxwin/releases/download/$version/kubectxwin.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |