ScoopInstaller_Main/bucket/duplicacy.json
2024-11-05 20:28:25 +00:00

34 lines
1.3 KiB
JSON

{
"version": "3.2.4",
"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.2.4/duplicacy_win_x64_3.2.4.exe#/duplicacy.exe",
"hash": "93893dcf86924426ecb3401d1983a839929aa482289992d8858b1ec60316f46b"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.2.4/duplicacy_win_i386_3.2.4.exe#/duplicacy.exe",
"hash": "cb7c7a7cf8a23a751feea0bfb0b7fa1a076c750d5c643b867e5fad3d9908f7fe"
}
},
"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"
}
}
}
}