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

25 lines
1012 B
Ruby

cask 'malwarebytes-anti-malware' do
version '1.2.4.584'
sha256 '90e6c804e6670dc459f58418a8085f8318f63d151a801cfc946b09a2c2adfcd8'
# data-cdn.mbamupdates.com was verified as official when first introduced to the cask
url "https://data-cdn.mbamupdates.com/web/MBAM-Mac-#{version}.dmg"
appcast 'https://data-cdn.mbamupdates.com/v1/mbam-mac/updates.xml',
checkpoint: '29b2798b309c77365e7c1566daaaed0b0ccdae2eb3f59c390ff537b4846cf2cd'
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