homebrew-cask/Casks/w/whatroute.rb

32 lines
1021 B
Ruby

cask "whatroute" do
version "2.6.8"
sha256 "fb2a13f1f009636d465fc0695ca6f26f51a81bf69c7247b052923edbe6eb0700"
url "https://downloads.whatroute.net/software/whatroute-#{version}.zip"
name "WhatRoute"
desc "Network diagnostic utility"
homepage "https://www.whatroute.net/"
livecheck do
url "https://www.whatroute.net/whatroute#{version.major}appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :high_sierra"
app "WhatRoute.app"
uninstall launchctl: [
"net.whatroute.LaunchHelper",
"net.whatroute.whatroute#{version.major}helper",
],
quit: "net.whatroute.whatroute#{version.major}",
delete: "/Library/PrivilegedHelperTools/net.whatroute.whatroute#{version.major}helper"
zap trash: [
"~/Library/Caches/net.whatroute.whatroute#{version.major}",
"~/Library/Logs/net.whatroute.whatroute#{version.major}",
"~/Library/Preferences/net.whatroute.whatroute#{version.major}.plist",
]
end