ScoopInstaller_Main/bucket/duplicacy.json
2020-07-06 08:52:37 +02:00

34 lines
1.3 KiB
JSON

{
"version": "2.6.0",
"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.0/duplicacy_win_x64_2.6.0.exe#/duplicacy.exe",
"hash": "d5a00f6615f96878a5a95a891538f5a02c77f42a042c733132b1d681702fc335"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.6.0/duplicacy_win_i386_2.6.0.exe#/duplicacy.exe",
"hash": "561f346a7bd7e83e31f54f6317c75766c76007f9882c7edb61ce1fe1c8348ec1"
}
},
"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"
}
}
}
}