ScoopInstaller_Main/bucket/duplicacy.json
2019-06-21 03:00:23 +00:00

34 lines
1.3 KiB
JSON

{
"homepage": "https://duplicacy.com/",
"description": "A lock-free deduplication cloud backup tool",
"license": {
"identifier": "Freeware",
"url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md"
},
"version": "2.2.2",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.2/duplicacy_win_x64_2.2.2.exe#/duplicacy.exe",
"hash": "c2e6e4cfa7715a393b7665b4369316a671abbc80876ac0dcb05a6504be0e204e"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.2/duplicacy_win_i386_2.2.2.exe#/duplicacy.exe",
"hash": "ba53277c9743ddfb4deb7ae1d0584a966ff8fe3ec1575a643dc1e6026cab6e2e"
}
},
"bin": "duplicacy.exe",
"checkver": {
"github": "https://github.com/gilbertchen/duplicacy"
},
"autoupdate": {
"architecture": {
"64bit": {
"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/v$version/duplicacy_win_i386_$version.exe#/duplicacy.exe"
}
}
}
}