ScoopInstaller_Main/bucket/duplicacy.json
2020-11-17 08:07:10 +01:00

34 lines
1.3 KiB
JSON

{
"version": "2.7.2",
"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/v2.7.2/duplicacy_win_x64_2.7.2.exe#/duplicacy.exe",
"hash": "6a270aa0e1ab44bc00f0114055f034cc569f84e0c91ebaf52384edc9e5243083"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.2/duplicacy_win_i386_2.7.2.exe#/duplicacy.exe",
"hash": "100c4a6be05bde5c562a194adbf89e2e0175e477153b8840febc60acad76e1a9"
}
},
"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"
}
}
}
}