mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			909 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			909 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.10.5",
 | 
						|
    "description": "Fast and secure open source backup.",
 | 
						|
    "homepage": "https://kopia.io/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/kopia/kopia/releases/download/v0.10.5/kopia-0.10.5-windows-x64.zip",
 | 
						|
            "hash": "62c8d1131b3521c1e70515cb5cc0089a7b117761d28d83f319b6fa6f8e4f83fe",
 | 
						|
            "extract_dir": "kopia-0.10.5-windows-x64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "kopia.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/kopia/kopia"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/kopia/kopia/releases/download/v$version/kopia-$version-windows-x64.zip",
 | 
						|
                "extract_dir": "kopia-$version-windows-x64"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |