forked from rivy/scoop.bucket.scoop-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitwarden-cli.json
27 lines (27 loc) · 956 Bytes
/
bitwarden-cli.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
{
"version": "1.13.2",
"description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
"homepage": "https://bitwarden.com/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/cli/releases/download/v1.13.2/bw-windows-1.13.2.zip",
"hash": "56464196273161ceabc1c2dc4ba341e947975670799c6502b534729be40c8b4f"
}
},
"bin": "bw.exe",
"checkver": {
"github": "https://github.com/bitwarden/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/cli/releases/download/v$version/bw-windows-$version.zip",
"hash": {
"url": "$baseurl/bw-windows-sha256-$version.txt",
"regex": "$sha256"
}
}
}
}
}