jdupes: Fix autoupdate URLs (#134)

This commit is contained in:
Ross Smith II 2019-06-16 22:22:26 -07:00 committed by Chawye Hsu
parent 12d180cf2b
commit ab8121cb94

View File

@ -20,12 +20,12 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version_win64.zip", "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
"extract_dir": "jdupes-$version_win64" "extract_dir": "jdupes-$version-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version_win32.zip", "url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
"extract_dir": "jdupes-$version_win32" "extract_dir": "jdupes-$version-win32"
} }
} }
} }