Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / r / radar.rb
bloba7893d78cb70171d5609cc33b1b9a9999d9b9e34
1 cask "radar" do
2   version "2.6.8"
3   sha256 "1fcfe61bed4ba34e506be94b2514e8e32414ddc8c75b1031d69da2a072044afd"
5   url "https://getradar.co/download/v#{version}.dmg"
6   name "Radar"
7   desc "Check important metrics from the menubar"
8   homepage "https://getradar.co/"
10   livecheck do
11     url "https://getradar.co/latest-mac.yml"
12     strategy :electron_builder
13   end
15   auto_updates true
16   depends_on macos: ">= :catalina"
18   app "Radar.app"
20   uninstall launchctl: "com.syncwithtech.radar.ShipIt",
21             quit:      "com.syncwithtech.radar"
23   zap trash: [
24     "~/Library/Application Support/Caches/radar-updater",
25     "~/Library/Application Support/Radar",
26     "~/Library/Caches/com.syncwithtech.radar",
27     "~/Library/Caches/com.syncwithtech.radar.ShipIt",
28     "~/Library/Logs/Radar",
29     "~/Library/Preferences/com.syncwithtech.radar.plist",
30     "~/Library/Saved Application State/com.syncwithtech.radar.savedState",
31   ]
32 end