mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 06:51:19 +00:00
34 lines
1.3 KiB
JSON
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.5.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.5.2/duplicacy_win_x64_2.5.2.exe#/duplicacy.exe",
|
|
"hash": "2113b093042a39a8570e4ad307d7e1e365b7fcc0be8bad4eec4333429d59d1c6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.5.2/duplicacy_win_i386_2.5.2.exe#/duplicacy.exe",
|
|
"hash": "0c052f369cae4186b7685ef2243468e18ae41358dd7bb8fb51067c9f79189145"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|