duplicacy: Fix au.url and hash (#69)

This commit is contained in:
Hsiao-nan Cheung 2019-05-17 11:57:11 +08:00 committed by Richard Kuhnt
parent bca10b3196
commit a5c2efd2eb

View File

@ -2,18 +2,18 @@
"homepage": "https://duplicacy.com/",
"description": "A lock-free deduplication cloud backup tool",
"license": {
"identifier": "free-for-personal-use",
"identifier": "Freeware",
"url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md"
},
"version": "2.2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_x64_2.1.2.exe#/duplicacy.exe",
"hash": "1c821f142204d9670457d7e79bc2db0c590f7e26a38648434c7ba8fbced26835"
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.0/duplicacy_win_x64_2.2.0.exe#/duplicacy.exe",
"hash": "537414b673e6ac12329bbbd4a008c2097a17c214b57ef68c43e6df15f68c1f57"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_i386_2.1.2.exe#/duplicacy.exe",
"hash": "664d8cf5d8a2ca93564994994621f9e260bdc4aa0a703e10e278fdd446a52bd8"
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.0/duplicacy_win_i386_2.2.0.exe#/duplicacy.exe",
"hash": "a8d3b8a4f930ce3748540222490e547630c859dc8ae501222b621b8190251363"
}
},
"bin": "duplicacy.exe",
@ -23,10 +23,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_x64_2.1.2.exe#/duplicacy.exe"
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v$version/duplicacy_win_x64_$version.exe#/duplicacy.exe"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.1.2/duplicacy_win_i386_2.1.2.exe#/duplicacy.exe"
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v$version/duplicacy_win_i386_$version.exe#/duplicacy.exe"
}
}
}