1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-30 04:18:01 +02:00
bitwarden-desktop/stores/homebrew-cask/bitwarden.rb

14 lines
450 B
Ruby
Raw Normal View History

2018-02-18 03:24:21 +01:00
cask 'bitwarden' do
2018-02-20 16:15:44 +01:00
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