mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	The maintainer has refreshed it. Relates-to: https://github.com/rdiff-backup/rdiff-backup/pull/879
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.2.6",
 | 
						|
    "description": "Reverse differential backup tool, over a network or locally",
 | 
						|
    "homepage": "https://rdiff-backup.net",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "notes": "Please refer to https://rdiff-backup.net/Windows-README.html for Windows specific documentation.",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.2.6/rdiff-backup-2.2.6.win64exe.zip",
 | 
						|
            "hash": "2f2e2c6836a23e4e0b546d525beb179b7afeba5f49b65a1aa9342f2cb7115ee4",
 | 
						|
            "extract_dir": "rdiff-backup-2.2.6-64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.2.6/rdiff-backup-2.2.6.win32exe.zip",
 | 
						|
            "hash": "9e800a1964fdd3d4199eee7231a05da26578263dd43e379516ca1e99ebca5827",
 | 
						|
            "extract_dir": "rdiff-backup-2.2.6-32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2008"
 | 
						|
    },
 | 
						|
    "bin": "rdiff-backup.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/rdiff-backup/rdiff-backup"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v$version/rdiff-backup-$version.win64exe.zip",
 | 
						|
                "extract_dir": "rdiff-backup-$version-64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/rdiff-backup/rdiff-backup/releases/download/v$version/rdiff-backup-$version.win32exe.zip",
 | 
						|
                "extract_dir": "rdiff-backup-$version-32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |