mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
971 B
JSON
28 lines
971 B
JSON
{
|
|
"version": "2023.5.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-v2023.5.0/bw-windows-2023.5.0.zip",
|
|
"hash": "afac9cbc01ca40030764bf5aa3116f5333eeb14039ff1b08f416b5d1376f2ca2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|