homebrew-cask/Casks/malwarebytes.rb

41 lines
1.6 KiB
Ruby

cask "malwarebytes" do
version "4.18.11.4873"
sha256 "14e2950aed5cbd916e59e6050a3dd8b9fdb1e8f79b3e80bfc7218a2e7767e95d"
url "https://data-cdn.mbamupdates.com/web/mb#{version.major}_mac/Malwarebytes-Mac-#{version}.pkg",
verified: "data-cdn.mbamupdates.com/web/"
name "Malwarebytes for Mac"
desc "Warns about malware, adware and spyware"
homepage "https://www.malwarebytes.com/mac/"
livecheck do
url "https://downloads.malwarebytes.com/file/mb3-mac"
strategy :header_match
end
auto_updates true
depends_on macos: ">= :sierra"
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