Files
homebrew-cask/Casks/w/whatroute.rb
2023-10-09 07:35:00 +08:00

32 lines
1021 B
Ruby

cask "whatroute" do
version "2.6.6"
sha256 "59294d6b4a039f7ad4d81fa0a4904a0822bc67b9ac1ffe249aaef5132560dc3a"
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