ScoopInstaller_Main/bucket/duplicacy.json
2020-10-02 10:08:42 +02:00

34 lines
1.3 KiB
JSON

{
"version": "2.7.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/v2.7.1/duplicacy_win_x64_2.7.1.exe#/duplicacy.exe",
"hash": "84e25be0599ea00cf9e4c114972b504d419d1ecf5b82887fe3a3c2c91d3ca935"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.7.1/duplicacy_win_i386_2.7.1.exe#/duplicacy.exe",
"hash": "948b629b1a3e0d2a44c9bec2476d346434fbf4168bb06f4b4af69367ad477880"
}
},
"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"
}
}
}
}