ScoopInstaller_Main/bucket/duplicacy.json
2019-11-26 03:01:09 +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.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.3.0/duplicacy_win_x64_2.3.0.exe#/duplicacy.exe",
"hash": "61728e335ed8658faba50e99872a0fb74a0aacbac90094ffebe801ad4bb89b80"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.3.0/duplicacy_win_i386_2.3.0.exe#/duplicacy.exe",
"hash": "3d0c327e9c75cc8af47194bdc1e6cc4d9251f2bb793441632f880bcf3d0b4c11"
}
},
"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"
}
}
}
}