ScoopInstaller_Main/bucket/duplicacy.json
2022-10-06 04:33:00 +00:00

34 lines
1.3 KiB
JSON

{
"version": "3.0.0",
"description": "A lock-free deduplication cloud backup tool",
"homepage": "https://duplicacy.com/",
"license": {
"identifier": "Shareware",
"url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.0/duplicacy_win_x64_3.0.0.exe#/duplicacy.exe",
"hash": "c3be357a5ed241fa4621f6410119580978f4e2dddf192e943a5911da77b57214"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.0/duplicacy_win_i386_3.0.0.exe#/duplicacy.exe",
"hash": "e437244f13846de588113f11491acd7bbff57d8022185fe7a3292c3ec84d2dbe"
}
},
"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"
}
}
}
}