2023-06-19 20:24:15 +00:00

33 lines
1.3 KiB
JSON

{
"version": "1.25.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.25.1/jdupes-1.25.1-win64.zip",
"hash": "8795cdaf86565c0db23af1984b12cdf9f54be548eda97fb12f8809ed34b3e5d6",
"extract_dir": "jdupes-1.25.1-win64"
},
"32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v1.25.1/jdupes-1.25.1-win32.zip",
"hash": "7ddeeba402af9fd761a5eefbcf6abe8303d67c36066d2a96ad1c7f2e466a47ed",
"extract_dir": "jdupes-1.25.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"
}
}
}
}