forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beyondcompare.json
44 lines (44 loc) · 1.46 KB
/
beyondcompare.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"homepage": "https://www.scootersoftware.com",
"description": "Beyond Compare is a multi-platform utility that combines directory compare and file compare functions in one package. Use it to manage source code, keep directories in sync, compare program output, etc.",
"license": "Shareware",
"version": "4.2.6.23150",
"architecture": {
"64bit": {
"url": "https://www.scootersoftware.com/BCompare-4.2.6.23150_x64.msi",
"hash": "5faed8eefaf364ba9db0785c757300281a40a65ce87857a6382b551b315d7188"
},
"32bit": {
"url": "https://www.scootersoftware.com/BCompare-4.2.6.23150_x86.msi",
"hash": "12dcdafafda62faf33f34c34ba6191ece63435aadec289b045e08eb006c84414"
}
},
"bin": [
"Bcomp.exe"
],
"extract_dir": "Beyond Compare 4",
"shortcuts": [
[
"BCompare.exe",
"Beyond Compare 4"
],
[
"BCClipboard.exe",
"Clipboard Compare"
]
],
"checkver": {
"url": "https://www.scootersoftware.com/download.php?zz=kb_dl4_winalternate",
"re": "BCompare-([\\d\\.]+)_x64.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.scootersoftware.com/BCompare-$version_x64.msi"
},
"32bit": {
"url": "https://www.scootersoftware.com/BCompare-$version_x86.msi"
}
}
}
}