homebrew-cask/Casks/bitwarden.rb

31 lines
1.2 KiB
Ruby

cask 'bitwarden' do
version '1.16.6'
sha256 '4461421f6e5fb14f8d12e10c6cd3a6d5114404a00ebed321a03dc5a8eecbda7b'
# 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'
name 'Bitwarden'
homepage 'https://bitwarden.com/'
auto_updates true
app 'Bitwarden.app'
uninstall quit: [
'com.bitwarden.desktop',
'com.bitwarden.desktop.helper',
]
zap trash: [
'~/Library/Logs/Bitwarden',
'~/Library/Application Support/Bitwarden',
'~/Library/Caches/com.bitwarden.desktop',
'~/Library/Caches/com.bitwarden.desktop.ShipIt',
'~/Library/Preferences/ByHost/com.bitwarden.desktop.ShipIt.*.plist',
'~/Library/Preferences/com.bitwarden.desktop.plist',
'~/Library/Preferences/com.bitwarden.desktop.helper.plist',
'~/Library/Saved Application State/com.bitwarden.desktop.savedState',
]
end