ScoopInstaller_Main/bucket/duplicacy.json
2025-05-03 04:29:27 +00:00

34 lines
1.3 KiB
JSON

{
"version": "3.2.5",
"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.5/duplicacy_win_x64_3.2.5.exe#/duplicacy.exe",
"hash": "598b3614faaa7a7a999fe690abd32d9316918c7cbc507cbf63a0a35a490a0a54"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.2.5/duplicacy_win_i386_3.2.5.exe#/duplicacy.exe",
"hash": "6ad5b31fc4c463f4896a75cc79203262eb64d1c8a7afc4c10ef75a29576e90b2"
}
},
"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"
}
}
}
}