homebrew-cask/Casks/bibdesk.rb

24 lines
882 B
Ruby

cask "bibdesk" do
version "1.7.9"
sha256 "feb0a9556f1b748f5f78d17056c30ed0a1a4266bb02c59a35db939c1e2b349d3"
# downloads.sourceforge.net/bibdesk/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/bibdesk/BibDesk/BibDesk-#{version}/BibDesk-#{version}.dmg"
appcast "https://bibdesk.sourceforge.io/bibdesk.xml"
name "BibDesk"
desc "Edit and manage bibliographies"
homepage "https://bibdesk.sourceforge.io/"
auto_updates true
app "BibDesk.app"
zap trash: [
"~/Library/Application Support/BibDesk",
"~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/edu.ucsd.cs.mmccrack.bibdesk.help*",
"~/Library/Caches/edu.ucsd.cs.mmccrack.bibdesk",
"~/Library/Cookies/edu.ucsd.cs.mmccrack.bibdesk.binarycookies",
"~/Library/Preferences/edu.ucsd.cs.mmccrack.bibdesk.plist",
]
end