ScoopInstaller_Main/bucket/duplicacy.json
2019-06-05 03:00:38 +00:00

34 lines
1.3 KiB
JSON

{
"homepage": "https://duplicacy.com/",
"description": "A lock-free deduplication cloud backup tool",
"license": {
"identifier": "Freeware",
"url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md"
},
"version": "2.2.1",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.1/duplicacy_win_x64_2.2.1.exe#/duplicacy.exe",
"hash": "b496ef15243b65fff46ad08fac5182ba32126f0b8462b81db0e6b726a236e8db"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.1/duplicacy_win_i386_2.2.1.exe#/duplicacy.exe",
"hash": "34a7ac9476adce5dfd5b7e1b6f3e458174c3665d95955674952ccf06726e8c52"
}
},
"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"
}
}
}
}