cask "radar" do version "2.6.9" sha256 "e2ede0c7caa27cfb39598e3f22e5acfa494f2356131198b839ff4f74798232dd" url "https://getradar.co/download/v#{version}.dmg" name "Radar" desc "Check important metrics from the menubar" homepage "https://getradar.co/" livecheck do url "https://getradar.co/latest-mac.yml" strategy :electron_builder end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :catalina" app "Radar.app" uninstall launchctl: "com.syncwithtech.radar.ShipIt", quit: "com.syncwithtech.radar" zap trash: [ "~/Library/Application Support/Caches/radar-updater", "~/Library/Application Support/Radar", "~/Library/Caches/com.syncwithtech.radar", "~/Library/Caches/com.syncwithtech.radar.ShipIt", "~/Library/Logs/Radar", "~/Library/Preferences/com.syncwithtech.radar.plist", "~/Library/Saved Application State/com.syncwithtech.radar.savedState", ] end