homebrew-cask/Casks/bibdesk.rb

23 lines
842 B
Ruby

cask "bibdesk" do
version "1.7.7"
sha256 "4652e2e6b930d76e17f126823d3ab733248eefec5562a85b2c0be2a99fef5cde"
# 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"
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