mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.23.0",
 | 
						|
    "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.23.0/jdupes-1.23.0-win64.zip",
 | 
						|
            "hash": "712ed65c4d33a9d3b968899b2e5451e8664f3f8dc1cf7e1c5efdaf6d3a9bad0a",
 | 
						|
            "extract_dir": "jdupes-1.23.0-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/jbruchon/jdupes/releases/download/v1.23.0/jdupes-1.23.0-win32.zip",
 | 
						|
            "hash": "f5d4efad1ee5c3c909229cb25565561c72bb4d8d6bf9b16b79f8c95c7000f2e4",
 | 
						|
            "extract_dir": "jdupes-1.23.0-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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |