ScoopInstaller_Main/bucket/duplicacy.json
2020-03-06 04:01:48 +00:00

34 lines
1.3 KiB
JSON

{
"homepage": "https://duplicacy.com/",
"description": "A lock-free deduplication cloud backup tool",
"license": {
"identifier": "Shareware",
"url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md"
},
"version": "2.4.0",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.4.0/duplicacy_win_x64_2.4.0.exe#/duplicacy.exe",
"hash": "498f27c8c8d6edf4946334bfcf778b654c972f1cb68dea68b06cae985a92d444"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.4.0/duplicacy_win_i386_2.4.0.exe#/duplicacy.exe",
"hash": "0b3cb2bb9998b82cdf4b682260820802166d9d9888a1843df20799c3dc91ec47"
}
},
"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"
}
}
}
}