homebrew-cask/Casks/bibdesk.rb

24 lines
998 B
Ruby

cask 'bibdesk' do
version '1.6.14'
sha256 'c66b062a63cb1c6dd9f3f3f52241a98052fb4822e79247eecb7b61faa4ea7067'
# 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',
checkpoint: 'abcb339618af9c3bbf3a9250d824c9d99be8ed543f5a657e7091e3aacd5fd080'
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