1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00
bitwarden-browser/stores/homebrew-cask/bitwarden.rb
2018-02-20 10:15:44 -05:00

14 lines
450 B
Ruby

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