mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.20.1",
 | 
						|
    "description": "Powerful duplicate file finder (enhanced fork of fdupes)",
 | 
						|
    "homepage": "https://github.com/jbruchon/jdupes",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/jbruchon/jdupes/releases/download/v1.20.1/jdupes-1.20.1-win64.zip",
 | 
						|
            "hash": "575697af1d39b1f5926fa3c72acbb06471ed950c4dea46fc000f5275f93ebf37",
 | 
						|
            "extract_dir": "jdupes-1.20.1-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/jbruchon/jdupes/releases/download/v1.20.1/jdupes-1.20.1-win32.zip",
 | 
						|
            "hash": "c73ccd4d7d916d3ed00184be7cdd2222a6ed8d07b6c3a1c5c07a30c1312f87aa",
 | 
						|
            "extract_dir": "jdupes-1.20.1-win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "jdupes.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
 | 
						|
                "extract_dir": "jdupes-$version-win64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
 | 
						|
                "extract_dir": "jdupes-$version-win32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |