ScoopInstaller_Main/bucket/duplicacy.json
2020-09-27 09:10:28 +02:00

34 lines
1.3 KiB
JSON

{
"version": "2.7.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.7.0/duplicacy_win_x64_2.7.0.exe#/duplicacy.exe",
"hash": "3d91a41a1df664ffbce36d23a2f37025966ccd4e247202c9e8805c7e71208640"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.0/duplicacy_win_i386_2.7.0.exe#/duplicacy.exe",
"hash": "4c01298cb789dac5bc699a874b498930453d867f98eae40035dbae8cca1af411"
}
},
"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"
}
}
}
}