1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-02 11:34:53 +02:00

remove homebrew template

This commit is contained in:
Kyle Spearrin 2018-08-09 10:56:18 -04:00
parent a43d73a00f
commit d4d57064a7

View File

@ -1,13 +0,0 @@
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