homebrew-cask/Casks/w/whatroute.rb

32 lines
1021 B
Ruby

cask "whatroute" do
version "2.6.5"
sha256 "797c31e655ff7656645ef5476243d8014be75af00d505d266acdd6e8d6bef8d5"
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 delete: "/Library/PrivilegedHelperTools/net.whatroute.whatroute#{version.major}helper",
launchctl: [
"net.whatroute.LaunchHelper",
"net.whatroute.whatroute#{version.major}helper",
],
quit: "net.whatroute.whatroute#{version.major}"
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