cask "zotero" do version "7.0.9" sha256 "662943b2547dd9f6921db4321b82b2d548d8b23effcb45e42025be3fa72154a3" url "https://download.zotero.org/client/release/#{version}/Zotero-#{version}.dmg" name "Zotero" desc "Collect, organise, cite, and share research sources" homepage "https://www.zotero.org/" livecheck do url "https://www.zotero.org/download/" regex(/standaloneVersions.*?"mac"\s*:\s*"(\d+(?:\.\d+)+)"/i) end auto_updates true conflicts_with cask: "zotero@beta" depends_on macos: ">= :el_capitan" app "Zotero.app" zap trash: [ "~/Library/Application Support/Zotero", "~/Library/Caches/Zotero", "~/Library/Preferences/org.zotero.zotero.plist", "~/Library/Saved Application State/org.zotero.zotero.savedState", ] end