mirror of
https://github.com/bitwarden/browser
synced 2025-01-27 19:49:42 +01:00
homebrew cask store file
This commit is contained in:
parent
100c5abdbd
commit
54f3d6bfd4
13
stores/homebrew-cask/bitwarden.rb
Normal file
13
stores/homebrew-cask/bitwarden.rb
Normal 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
|
Loading…
x
Reference in New Issue
Block a user