homebrew-cask/Casks/whatroute.rb

27 lines
1000 B
Ruby

cask 'whatroute' do
version '2.1.5'
sha256 '8c77192491ecb6bd885a97f03d8a9d33f61a619c5c651bc61547f32ae4da2b1c'
url "https://downloads.whatroute.net/software/whatroute-#{version}.zip"
appcast "https://www.whatroute.net/whatroute#{version.major}appcast.xml"
name 'WhatRoute'
homepage 'https://www.whatroute.net/'
depends_on macos: '>= :yosemite'
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