ScoopInstaller_Main/bucket/duplicacy.json
2023-10-04 16:28:32 +00:00

34 lines
1.3 KiB
JSON

{
"version": "3.2.2",
"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.2/duplicacy_win_x64_3.2.2.exe#/duplicacy.exe",
"hash": "f896d8738386159434458af781787d1ec33cc98bee375b4f6fa45d1227d20f90"
},
"32bit": {
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v3.2.2/duplicacy_win_i386_3.2.2.exe#/duplicacy.exe",
"hash": "6351b2e4776a721f2894065247d251b2c5339b439efdfb0f587d3ef11e228894"
}
},
"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"
}
}
}
}