cask "superhuman" do arch arm: "-arm64" version "33.0.14" sha256 arm: "d0f5d489a60b7975a676b901074864b5927dc8d7423d55df0a22d47393529265", intel: "69e1f88bfb8bed30a700e81ee4766472c738fa65820682a3cdae8dc3f544a642" url "https://storage.googleapis.com/download.superhuman.com/supertron-update/Superhuman-#{version}#{arch}-latest-mac.zip", verified: "storage.googleapis.com/download.superhuman.com/supertron-update/" name "Superhuman" desc "Email client" homepage "https://superhuman.com/" livecheck do url "https://storage.googleapis.com/download.superhuman.com/supertron-update/latest-mac.yml" strategy :electron_builder end auto_updates true depends_on macos: ">= :big_sur" app "Superhuman.app" zap trash: [ "~/Library/Application Support/Superhuman", "~/Library/Caches/com.superhuman.electron*", "~/Library/Caches/Superhuman", "~/Library/Logs/Superhuman", "~/Library/Preferences/com.superhuman.electron.*", "~/Library/Preferences/com.superhuman.mail.plist", "~/Library/Saved Application State/com.superhuman.electron.savedState", ] end