ScoopInstaller_Main/bucket/duplicacy.json
2020-04-12 09:15:47 +02:00

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.0",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.5.0/duplicacy_win_x64_2.5.0.exe#/duplicacy.exe",
"hash": "63362f901431db23650eeeb1ae4f31676aa86d2f0e9f1aedc0436ef551d5f19e"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.5.0/duplicacy_win_i386_2.5.0.exe#/duplicacy.exe",
"hash": "bf19a6e04d5c4e6e22d3b3c9110871da510508364eac2ad0c433eab28cad0bf7"
}
},
"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"
}
}
}
}