homebrew-cask/Casks/bibdesk.rb

23 lines
905 B
Ruby

cask 'bibdesk' do
version '1.7'
sha256 '43daabd2de7abba2a661754b02fec4687dbb87a689dad6b3bee494576341fe2b'
# 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