homebrew-cask/Casks/lulu.rb

30 lines
959 B
Ruby

cask "lulu" do
version "2.0.0"
sha256 "0a7b7c2422aeca0b1cb45ae525c3882635fd603887bbb55e06bea81bd9ed69a8"
url "https://bitbucket.org/objective-see/deploy/downloads/LuLu_#{version}.dmg",
verified: "bitbucket.org/objective-see/"
appcast "https://objective-see.com/products/changelogs/LuLu.txt"
name "LuLu"
desc "Open-source firewall to block unknown outgoing connections"
homepage "https://objective-see.com/products/lulu.html"
auto_updates true
depends_on macos: ">= :catalina"
app "LuLu.app"
uninstall script: {
executable: "#{appdir}/LuLu.app/Contents/Resources/LuLu Uninstaller.app/Contents/MacOS/LuLu Uninstaller",
args: ["-uninstall"],
sudo: true,
}
zap trash: [
"~/Library/Caches/com.objective-see.lulu",
"~/Library/Caches/com.objective-see.lulu.helper",
"~/Library/Preferences/com.objective-see.lulu.plist",
"~/Library/Preferences/com.objective-see.lulu.helper.plist",
]
end