mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.39.0",
 | 
						|
    "description": "A CLI for interacting with Tekton - a cloud native CI/CD solution",
 | 
						|
    "homepage": "https://github.com/tektoncd/cli",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/tektoncd/cli/releases/download/v0.39.0/tkn_0.39.0_Windows_x86_64.zip",
 | 
						|
            "hash": "e3166678b81a9e94f9a8ac7a88331fca8a67b5e50dbb4b1a33529cc283225692"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/tektoncd/cli/releases/download/v0.39.0/tkn_0.39.0_Windows_aarch64.zip",
 | 
						|
            "hash": "829b815889a2e77be252f4311dbaa61bcda6a2f638eea11bbab30bb95c420b1d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "tkn.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/tektoncd/cli/releases/download/v$version/tkn_$version_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/tektoncd/cli/releases/download/v$version/tkn_$version_Windows_aarch64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |