mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
cask update git commands
This commit is contained in:
@@ -1,13 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user