ScoopInstaller_Main/bucket/duplicacy.json
2022-10-07 04:39:55 +00:00

34 lines
1.3 KiB
JSON

{
"version": "3.0.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/v3.0.1/duplicacy_win_x64_3.0.1.exe#/duplicacy.exe",
"hash": "d3f83e1640367b666f57dee24f98c67f5d5de3beed4643138d30f4c0404e4e7e"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.0.1/duplicacy_win_i386_3.0.1.exe#/duplicacy.exe",
"hash": "34a84d2dfec437e953f5002cda3a593f8126f984c09641ff529ca516e456df9f"
}
},
"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"
}
}
}
}