mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			909 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			909 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.13.0",
 | 
						|
    "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.13.0/kopia-0.13.0-windows-x64.zip",
 | 
						|
            "hash": "770ced8b48f546b041ab74569d9b88ec3c7bc74178044030fec4428586a1e21a",
 | 
						|
            "extract_dir": "kopia-0.13.0-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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |