mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
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.2.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.3/duplicacy_win_x64_2.2.3.exe#/duplicacy.exe",
|
|
"hash": "69950e9a434b66c919e943822074f52165d15dc5fa33565fef162b6f60e30410"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gilbertchen/duplicacy/releases/download/v2.2.3/duplicacy_win_i386_2.2.3.exe#/duplicacy.exe",
|
|
"hash": "f96f72a1c656c17160e971decbc2d94e292331f7c3e58cfe35136e8bb6929f8e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|