cask "marsedit" do version "5.3.4" sha256 "36f737fd0c69454efd6b90574b54cb92d8e8910c7025dceea5a1e1a3b9c773b2" url "https://redsweater.com/marsedit/MarsEdit#{version}.zip" name "MarsEdit" desc "Tool to write, preview and publish blogs" homepage "https://redsweater.com/marsedit/" livecheck do url "https://redsweater.com/marsedit/appcast#{version.major}.php" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :catalina" app "MarsEdit.app" zap trash: [ "~/Library/Application Scripts/com.red-sweater.*", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.red-sweater.marsedit*", "~/Library/Caches/com.apple.helpd/Generated/com.red-sweater.marsedit*", "~/Library/Containers/com.red-sweater.marsedit*", "~/Library/Group Containers/493CVA9A35.com.red-sweater", ] end