cask "simplenote" do version "2.23.2" sha256 "3ea1ae52f355d972c1796401feaaa8486c79acca6cdec6b19230f8db81e34f78" url "https://github.com/Automattic/simplenote-electron/releases/download/v#{version}/Simplenote-macOS-#{version}.dmg" name "Simplenote" desc "React client for Simplenote" homepage "https://github.com/Automattic/simplenote-electron" livecheck do url :url strategy :github_latest end depends_on macos: ">= :catalina" app "Simplenote.app" zap trash: [ "~/Library/Application Support/Simplenote", "~/Library/Caches/com.automattic.simplenote", "~/Library/Caches/com.automattic.simplenote.ShipIt", "~/Library/Saved Application State/com.automattic.simplenote.savedState", ] end