ScoopInstaller_Main/bucket/duplicacy.json
2020-07-08 08:48:18 +02:00

34 lines
1.3 KiB
JSON

{
"version": "2.6.1",
"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.1/duplicacy_win_x64_2.6.1.exe#/duplicacy.exe",
"hash": "2570a892e65c503b506f2b5cd0ab8475b998b4f43b308e0a9484942505acf506"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.6.1/duplicacy_win_i386_2.6.1.exe#/duplicacy.exe",
"hash": "462be4d1671a0b5b51b1471de163399debddaebd82147c7ca28e9aa2f293389e"
}
},
"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"
}
}
}
}