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.2.13",
 | 
						|
    "description": "Modern CLI for Apache Kafka",
 | 
						|
    "homepage": "https://github.com/birdayz/kaf",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/birdayz/kaf/releases/download/v0.2.13/kaf_0.2.13_Windows_x86_64.tar.gz",
 | 
						|
            "hash": "0b81bf23e9514cf1dd1ab399cda1a191980ad2e617a6e9b47a02499396703bdd"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/birdayz/kaf/releases/download/v0.2.13/kaf_0.2.13_Windows_arm64.tar.gz",
 | 
						|
            "hash": "8584ad81a2ccb72c4e9366901e12bcbb7e6d76824fc870d4af03cb1166ccbfda"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "kaf.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_x86_64.tar.gz"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_arm64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |