mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.28.0",
 | 
						|
    "description": "A powerful duplicate file finder",
 | 
						|
    "homepage": "https://codeberg.org/jbruchon/jdupes",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.28.0/jdupes-1.28.0-win64.zip",
 | 
						|
            "hash": "e41494a232060eb9003a7cfb1e90f56773d44e9376c388da3c3013bec17d64bf",
 | 
						|
            "extract_dir": "jdupes-1.28.0-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v1.28.0/jdupes-1.28.0-win32.zip",
 | 
						|
            "hash": "6d979737be54e1c9e5bc3b4064d37203d275d4c4538dc75848d63c17c1bd6ac6",
 | 
						|
            "extract_dir": "jdupes-1.28.0-win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "jdupes.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://codeberg.org/api/v1/repos/jbruchon/jdupes/releases/latest",
 | 
						|
        "jsonpath": "$.tag_name",
 | 
						|
        "regex": "v([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
 | 
						|
                "extract_dir": "jdupes-$version-win64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://codeberg.org/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
 | 
						|
                "extract_dir": "jdupes-$version-win32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |