homebrew-cask/Casks/zotero.rb

22 lines
619 B
Ruby

cask "zotero" do
version "5.0.94"
sha256 "9b327cbe5f0301870b8271875e383a1f543ec1f1af36eecec27dc94a7a7d0eb2"
url "https://download.zotero.org/client/release/#{version}/Zotero-#{version}.dmg"
appcast "https://www.zotero.org/download/"
name "Zotero"
desc "Collect, organize, cite, and share research sources"
homepage "https://www.zotero.org/"
auto_updates true
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