mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
14 lines
443 B
Ruby
14 lines
443 B
Ruby
cask 'bitwarden-cli' do
|
|
version '__version__'
|
|
sha256 '__checksum__'
|
|
|
|
# github.com/bitwarden/cli was verified as official when first introduced to the cask
|
|
url "https://github.com/bitwarden/cli/releases/download/v#{version}/bw-macos-#{version}.zip"
|
|
appcast 'https://github.com/bitwarden/cli/releases.atom',
|
|
checkpoint: '__checkpoint__'
|
|
name 'Bitwarden CLI'
|
|
homepage 'https://bitwarden.com/'
|
|
|
|
binary "#{appdir}/bw"
|
|
end
|