cask "pomatez" do arch arm: "arm64", intel: "x64" version "1.8.0" sha256 arm: "d8093fccf2030a29fa46c11c564551e76ce6a5e21cb03367e5ce24d7de880fc2", intel: "857054dce08f946b2de4a44704d87026e7655f553f9c941ee857ff168dbe153c" url "https://github.com/zidoro/pomatez/releases/download/v#{version}/Pomatez-v#{version}-mac-#{arch}.dmg", verified: "github.com/zidoro/pomatez/" name "Pomatez" desc "Pomodoro timer" homepage "https://zidoro.github.io/pomatez" livecheck do url :url strategy :github_latest end no_autobump! because: :requires_manual_review app "Pomatez.app" uninstall signal: ["KILL", "application.com.roldanjr.pomatez"] zap trash: [ "~/Library/Application Support/CrashReporter/Pomatez_*.plist", "~/Library/Application Support/pomatez", "~/Library/Logs/pomatez", "~/Library/Preferences/com.roldanjr.pomatez.plist", "~/Library/Saved Application State/com.roldanjr.pomatez.savedState", ] end