forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bitwarden.json
35 lines (35 loc) · 1.16 KB
/
bitwarden.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
{
"homepage": "https://bitwarden.com/",
"license": "GPL-3.0-or-later",
"version": "1.10.0",
"bin": "Bitwarden.exe",
"shortcuts": [
[
"Bitwarden.exe",
"Bitwarden"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/desktop/releases/download/v1.10.0/bitwarden-1.10.0-x64.nsis.7z",
"hash": "d67a37ebaff7c2d3391e9f061dd726f3650891645c4d2eb60599a81442571644"
},
"32bit": {
"url": "https://github.com/bitwarden/desktop/releases/download/v1.10.0/bitwarden-1.10.0-ia32.nsis.7z",
"hash": "067a7b93a88d76c893e6acf0439dd5d9be4a1a979cc9681c08792415abc6e6ac"
}
},
"checkver": {
"github": "https://github.com/bitwarden/desktop"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/desktop/releases/download/v$version/bitwarden-$version-x64.nsis.7z"
},
"32bit": {
"url": "https://github.com/bitwarden/desktop/releases/download/v$version/bitwarden-$version-ia32.nsis.7z"
}
}
}
}