cask "ubiquiti-unifi-controller" do version "8.0.24" sha256 "d363d669c4736205058e8eb76c5b9d6a482fe1a6ff0130a81e042972faacfdd6" url "https://dl.ubnt.com/unifi/#{version}/UniFi-Network-Server.dmg", verified: "dl.ubnt.com/" name "Ubiquiti UniFi Network Controller" desc "Set up, configure, manage and analyze your UniFi network" homepage "https://unifi-sdn.ui.com/" livecheck do url "https://fw-update.ubnt.com/api/firmware-latest?filter=eq~~product~~unifi-controller&filter=eq~~channel~~release&filter=eq~~platform~~macos" regex(/"version"\s*:\s*"v?(\d+(?:\.\d+)+)/i) end app "UniFi.app" uninstall signal: ["TERM", "com.ubnt.UniFi"] zap trash: [ "~/Library/Application Support/UniFi", "~/Library/Saved Application State/com.ubnt.UniFi-Discover.savedState", "~/Library/Saved Application State/com.ubnt.UniFi.savedState", ] caveats do license "https://www.ui.com/eula/" end end