mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
28 lines
971 B
JSON
28 lines
971 B
JSON
{
|
|
"version": "2025.1.3",
|
|
"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-v2025.1.3/bw-windows-2025.1.3.zip",
|
|
"hash": "7ba89071061d30f94cea048289cd252cdb14b2635e9a57c0b020bf80121b16f5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|