forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dbeaver.json
41 lines (41 loc) · 1.18 KB
/
dbeaver.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
{
"homepage": "https://dbeaver.io/",
"version": "5.1.4",
"architecture": {
"64bit": {
"url": "https://dbeaver.io/files/5.1.4/dbeaver-ce-5.1.4-win32.win32.x86_64.zip",
"hash": "dc6c4b9588e2deacd5693a16bc403a7873d2101d42cb175888a96ad5a47800b0"
},
"32bit": {
"url": "https://dbeaver.io/files/5.1.4/dbeaver-ce-5.1.4-win32.win32.x86.zip",
"hash": "f4ed0b5012969d323832c11cc551a5ad70ffb1b52b280e4f8ec95db5801b6ad3"
}
},
"extract_dir": "dbeaver",
"bin": [
"dbeaver.exe",
"dbeaver-cli.exe"
],
"shortcuts": [
[
"dbeaver.exe",
"DBeaver"
]
],
"checkver": {
"github": "https://github.com/dbeaver/dbeaver"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dbeaver.io/files/$version/dbeaver-ce-$version-win32.win32.x86_64.zip"
},
"32bit": {
"url": "https://dbeaver.io/files/$version/dbeaver-ce-$version-win32.win32.x86.zip"
}
},
"hash": {
"url": "$baseurl/checksum/$basename.sha256"
}
}
}