mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
brew cask scripts
This commit is contained in:
13
stores/homebrew-cask/bitwarden-cli.rb
Normal file
13
stores/homebrew-cask/bitwarden-cli.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user