ScoopInstaller_Main/bucket/duplicacy.json
2020-08-31 09:24:28 +02:00

34 lines
1.3 KiB
JSON

{
"version": "2.6.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.6.2/duplicacy_win_x64_2.6.2.exe#/duplicacy.exe",
"hash": "80efd59a9d1b7df12ba9a6ed2070b1c133303796f45854e2bfb97896e32e530e"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.6.2/duplicacy_win_i386_2.6.2.exe#/duplicacy.exe",
"hash": "de4f49caa2eb6fb5d6758f979fbc8e3709719630fe681a9e4de059f5188a2062"
}
},
"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"
}
}
}
}