ScoopInstaller_Main/bucket/duplicacy.json
2020-04-18 18:43:39 +02: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.5.1",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.5.1/duplicacy_win_x64_2.5.1.exe#/duplicacy.exe",
"hash": "e16a660a2f0bdde361a83f3068368691c434df3ee36c1f7d86799ec833817821"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.5.1/duplicacy_win_i386_2.5.1.exe#/duplicacy.exe",
"hash": "55af279967ed80f4b10f62e482db43287b1082102b483bdde805993fae4d7a74"
}
},
"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"
}
}
}
}