cask "uhk-agent" do version "3.2.2" sha256 "d5310ad12047528327293c066bad08862c5e16f9c585df5a2acf8ac4b8d371de" url "https://github.com/UltimateHackingKeyboard/agent/releases/download/v#{version}/UHK.Agent-#{version}-mac.dmg" name "Ultimate Hacking Keyboard Agent" name "UHK Agent" desc "Configuration application for the Ultimate Hacking Keyboard" homepage "https://github.com/UltimateHackingKeyboard/agent" livecheck do url :url strategy :github_latest end app "UHK Agent.app" uninstall quit: "com.ultimategadgetlabs.agent" zap trash: [ "~/Library/Application Support/uhk-agent", "~/Library/Logs/UHK Agent", "~/Library/Logs/uhk-agent", "~/Library/Preferences/com.ultimategadgetlabs.agent.helper.plist", "~/Library/Preferences/com.ultimategadgetlabs.agent.plist", "~/Library/Saved Application State/com.ultimategadgetlabs.agent.savedState", ] end