mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			968 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			968 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.9.5",
 | 
						|
    "description": "fast, encrypted, and deduplicated backups powered by Rust",
 | 
						|
    "homepage": "https://rustic.cli.rs",
 | 
						|
    "license": "MIT|Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/rustic-rs/rustic/releases/download/v0.9.5/rustic-v0.9.5-x86_64-pc-windows-msvc.tar.gz",
 | 
						|
            "hash": "6375f08d08e14a2fe9848614aa34eadc92d56bb757bb66c7c60b6a7bba6902e7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "env_set": {
 | 
						|
        "RUSTIC_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "bin": "rustic.exe",
 | 
						|
    "persist": [
 | 
						|
        "config",
 | 
						|
        "logs"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/rustic-rs/rustic"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/rustic-rs/rustic/releases/download/v$version/rustic-v$version-x86_64-pc-windows-msvc.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |