homebrew-cask/Casks/bibdesk.rb

23 lines
908 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bibdesk' do
2018-05-09 08:29:03 +08:00
version '1.6.15'
sha256 '9764bc8faaa2b513f952b4c07ea6a2300d70f4e1c78851a51d0637a17da2642e'
2018-01-24 09:42:09 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://bibdesk.sourceforge.io/bibdesk.xml'
name 'BibDesk'
2018-01-24 09:42:09 +08:00
homepage 'https://bibdesk.sourceforge.io/'
2017-12-21 22:40:05 +08:00
auto_updates true
2014-09-16 00:05:19 +08:00
app 'BibDesk.app'
2014-11-22 22:24:18 +08:00
2017-11-18 13:24:34 +08:00
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