cask "marked-app" do version "2.6.46,1071" sha256 "9d67af603347b00f6c4b2b40eea6c0aef7f3b4c88abc3c77453a7d836f050626" url "https://updates.marked2app.com/Marked#{version.delete(",")}.dmg" name "Marked" desc "Previewer for Markdown, MultiMarkdown and other text markup languages" homepage "https://marked2app.com/" livecheck do url "https://updates.marked2app.com/marked.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :high_sierra" app "Marked #{version.major}.app" uninstall quit: "com.brettterpstra.marked#{version.major}" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.brettterpstra.marked#{version.major}.sfl*", "~/Library/Application Support/Marked #{version.major}", "~/Library/Caches/com.brettterpstra.marked#{version.major}", "~/Library/Caches/Marked #{version.major}", "~/Library/Logs/Marked #{version.major}", "~/Library/Preferences/com.brettterpstra.marked#{version.major}.plist", "~/Library/Saved Application State/com.brettterpstra.marked#{version.major}.savedState", ] end