homebrew-cask/Casks/malwarebytes.rb

36 lines
1.7 KiB
Ruby

cask 'malwarebytes' do
version '4.3.6.3518'
sha256 'c8ed7d5fa7fc40f431d68c668980b6556ca744e5ca78b20cafa0bed4d1e66ca9'
# data-cdn.mbamupdates.com/web/ was verified as official when first introduced to the cask
url "https://data-cdn.mbamupdates.com/web/mb#{version.major}_mac/Malwarebytes-Mac-#{version}.pkg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://downloads.malwarebytes.com/file/mb3-mac'
name 'Malwarebytes for Mac'
homepage 'https://www.malwarebytes.com/mac/'
auto_updates true
depends_on macos: '>= :yosemite'
pkg "Malwarebytes-Mac-#{version}.pkg"
uninstall delete: '/Library/Application Support/Malwarebytes/MBAM',
kext: 'com.malwarebytes.mbam.rtprotection',
launchctl: [
'com.malwarebytes.mbam.frontend.agent',
'com.malwarebytes.mbam.rtprotection.daemon',
'com.malwarebytes.mbam.settings.daemon',
],
pkgutil: 'com.malwarebytes.mbam.*',
quit: 'com.malwarebytes.mbam.frontend.agent',
rmdir: '/Library/Application Support/Malwarebytes'
zap trash: [
'~/Library/Application Support/com.malwarebytes.mbam.frontend.*',
'~/Library/Saved Application State/com.malwarebytes.mbam.frontend.application.savedState',
'~/Library/Preferences/com.malwarebytes.mbam.frontend.*',
'~/Library/Caches/com.crashlytics.data/com.malwarebytes.mbam.frontend.*',
'~/Library/Caches/com.malwarebytes.mbam.frontend.*',
'~/Library/Caches/io.fabric.sdk.mac.data/com.malwarebytes.mbam.frontend.*',
]
end