homebrew-cask/Casks/malwarebytes.rb

36 lines
1.7 KiB
Ruby

cask 'malwarebytes' do
version '3.9.27.2815'
sha256 'e647e1af640a8aa9f2f077e0c9ceb8eb4bc050cfb9f63b1350cd20cb03d1d965'
# 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