mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
28 lines
974 B
JSON
28 lines
974 B
JSON
{
|
|
"version": "2022.10.0",
|
|
"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/clients/releases/download/cli-v2022.10.0/bw-windows-2022.10.0.zip",
|
|
"hash": "5f8bf5a74a2246c6b2d303f7b54c51ef5fbb8b7af15e406123b83a9179a8f321"
|
|
}
|
|
},
|
|
"bin": "bw.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/bitwarden/clients/releases.atom",
|
|
"regex": "\\/cli-v([\\d.]+)<\\/id>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip",
|
|
"hash": {
|
|
"url": "$baseurl/bw-windows-sha256-$version.txt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|