forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbeaver.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.5",
"architecture": {
"64bit": {
"url": "https://dbeaver.io/files/5.1.5/dbeaver-ce-5.1.5-win32.win32.x86_64.zip",
"hash": "c771d6676fa5f845408e9baab19e20dd5a88be24a1b9b175f440e4e4001faf0f"
},
"32bit": {
"url": "https://dbeaver.io/files/5.1.5/dbeaver-ce-5.1.5-win32.win32.x86.zip",
"hash": "d8ddb17bf932cfc1caca7af0f63e0cdc158fb13534d0b2805c615743a8c6dbe2"
}
},
"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"
}
}
}