homebrew-cask/Casks/malwarebytes-anti-malware.rb

25 lines
1010 B
Ruby

cask 'malwarebytes-anti-malware' do
version '1.1.3.72'
sha256 '9ef3c6e40b7995e6b9d1b4724881e21f8b4028c5199f346215cb8afb148a925e'
# mbamupdates.com is the official download host per the vendor homepage
url "https://data-cdn.mbamupdates.com/v1/mbam-mac/data/mbam-mac-#{version}.zip"
appcast 'https://data-cdn.mbamupdates.com/v1/mbam-mac/updates.xml',
checkpoint: '8bd67ab2c2f0959f571a2d5be0ada2627eedf81a73dad618b26360a1d9eab3df'
name 'Malwarebytes Anti-Malware for Mac'
name 'AdwareMedic'
homepage 'https://www.malwarebytes.org/antimalware/mac/'
license :gratis
depends_on macos: '>= :lion'
app 'Malwarebytes Anti-Malware.app'
zap delete: [
'~/Library/Preferences/com.malwarebytes.antimalware.plist',
'~/Library/Caches/com.malwarebytes.antimalware',
'~/Library/Application Support/com.malwarebytes.antimalware',
'~/Library/Saved Application State/com.malwarebytes.antimalware.savedState',
]
end