cask "follow" do arch arm: "arm64", intel: "x64" version "0.2.2-beta.0" sha256 arm: "e761f0f9c4ebd3cfa0cc5e259739ed889b3443ad0603e2d8374a2c8c8040d2d5", intel: "53832ffba37cfd67077360f66afe73f740b10ae18132a007a60d401b49b7038e" url "https://github.com/RSSNext/Follow/releases/download/v#{version}/Follow-#{version}-macos-#{arch}.dmg", verified: "github.com/RSSNext/Follow/" name "Follow" desc "Information browser" homepage "https://follow.is/" livecheck do url :url regex(/^v?(\d+(?:\.\d+)+(?:[._-]beta[._-]?\d+)?)$/i) strategy :github_latest end auto_updates true conflicts_with cask: [ "follow@alpha", "follow@nightly", ] depends_on macos: ">= :catalina" app "Follow.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/is.follow.sfl*", "~/Library/Application Support/Follow", "~/Library/Logs/Follow", "~/Library/Preferences/is.follow.plist", "~/Library/Saved Application State/is.follow.savedState", ] end