1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

brew cask scripts

This commit is contained in:
Kyle Spearrin
2018-05-23 17:27:08 -04:00
parent 7079eb8ac0
commit c02d43bb55
2 changed files with 76 additions and 0 deletions

View 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