forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbeaver.json
41 lines (41 loc) · 1.22 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.jkiss.org/",
"version": "5.1.1",
"architecture": {
"64bit": {
"url": "https://dbeaver.jkiss.org/files/5.1.1/dbeaver-ce-5.1.1-win32.win32.x86_64.zip",
"hash": "3aad37f3c94bd5a6f850f639ea59bda931e4e4b62c79840f479a07e95c576e26"
},
"32bit": {
"url": "https://dbeaver.jkiss.org/files/5.1.1/dbeaver-ce-5.1.1-win32.win32.x86.zip",
"hash": "def8132d9238fc6a7175f336e0ca0462b45e35aa0166080fb0c0e11f84a63905"
}
},
"extract_dir": "dbeaver",
"bin": [
"dbeaver.exe",
"dbeaver-cli.exe"
],
"shortcuts": [
[
"dbeaver.exe",
"DBeaver"
]
],
"checkver": {
"github": "https://github.com/serge-rider/dbeaver"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dbeaver.jkiss.org/files/$version/dbeaver-ce-$version-win32.win32.x86_64.zip"
},
"32bit": {
"url": "https://dbeaver.jkiss.org/files/$version/dbeaver-ce-$version-win32.win32.x86.zip"
}
},
"hash": {
"url": "$baseurl/checksum/$basename.sha256"
}
}
}