ScoopInstaller_Main/bucket/duplicacy.json
2020-03-14 02:01:53 +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.1",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.4.1/duplicacy_win_x64_2.4.1.exe#/duplicacy.exe",
"hash": "0386845a529d005c45bf5864470e92f953d8b44201f6ed1dea1c9eabccfb88db"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.4.1/duplicacy_win_i386_2.4.1.exe#/duplicacy.exe",
"hash": "c4f525c96de4ac74a7f7691fc78fd8ae4ff9d63de32e2a41e52959a04c2c2f34"
}
},
"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"
}
}
}
}