homebrew cask store file

This commit is contained in:
Kyle Spearrin 2018-02-17 21:24:21 -05:00
parent 100c5abdbd
commit 54f3d6bfd4
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
cask 'bitwarden' do
version '__version__'
sha256 '__checksum__'
# github.com/bitwarden/desktop was verified as official when first introduced to the cask
url "https://github.com/bitwarden/desktop/releases/download/v#{version}/bitwarden-#{version}-mac.zip"
appcast 'https://github.com/bitwarden/desktop/releases.atom',
checkpoint: '__checkpoint__'
name 'Bitwarden'
homepage 'https://bitwarden.com/'
app 'Bitwarden.app'
end