homebrew-cask/Casks/whatsapp.rb

25 lines
885 B
Ruby

cask 'whatsapp' do
version '2.2025.7'
sha256 '1985661cd3766c16fd2564126c533d80ead2b7f7e0525120cabd74305f1a35d1'
url "https://web.whatsapp.com/desktop/mac/files/release-#{version}.zip"
appcast 'https://web.whatsapp.com/desktop/mac/releases?platform=darwin&arch=x64'
name 'WhatsApp'
homepage 'https://www.whatsapp.com/'
auto_updates true
app 'WhatsApp.app'
zap trash: [
'~/Library/Application Support/WhatsApp',
'~/Library/Application Support/WhatsApp.ShipIt',
'~/Library/Caches/WhatsApp',
'~/Library/Caches/WhatsApp.ShipIt',
'~/Library/Preferences/ByHost/WhatsApp.ShipIt.*.plist',
'~/Library/Preferences/WhatsApp.plist',
'~/Library/Preferences/WhatsApp-Helper.plist',
'~/Library/Saved Application State/WhatsApp.savedState',
]
end