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.12.1",
 | 
						|
    "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.12.1/kopia-0.12.1-windows-x64.zip",
 | 
						|
            "hash": "8af685fb15f5eda0f7fc98354d6a7ebb4600e55bf6899bd35453cb6a89b4f682",
 | 
						|
            "extract_dir": "kopia-0.12.1-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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |