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.12.0",
"bin": "Bitwarden.exe",
"shortcuts": [
[
"Bitwarden.exe",
"Bitwarden"
]
],
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/desktop/releases/download/v1.12.0/bitwarden-1.12.0-x64.nsis.7z",
"hash": "acd9f75674099b5f3d160ff7addf59c6ed51275a54a123c7794f60ba99be84ab"
},
"32bit": {
"url": "https://github.com/bitwarden/desktop/releases/download/v1.12.0/bitwarden-1.12.0-ia32.nsis.7z",
"hash": "caf3ca0d7f322e7bb9ef0c15afc7a5c81ff263ce796883f53c4adf53d90c5f79"
}
},
"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"
}
}
}
}