ScoopInstaller_Main/bucket/duplicacy.json
2019-05-17 05:57:11 +02:00

34 lines
1.3 KiB
JSON

{
"homepage": "https://duplicacy.com/",
"description": "A lock-free deduplication cloud backup tool",
"license": {
"identifier": "Freeware",
"url": "https://github.com/gilbertchen/duplicacy/blob/master/LICENSE.md"
},
"version": "2.2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.0/duplicacy_win_x64_2.2.0.exe#/duplicacy.exe",
"hash": "537414b673e6ac12329bbbd4a008c2097a17c214b57ef68c43e6df15f68c1f57"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.0/duplicacy_win_i386_2.2.0.exe#/duplicacy.exe",
"hash": "a8d3b8a4f930ce3748540222490e547630c859dc8ae501222b621b8190251363"
}
},
"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"
}
}
}
}