forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibdesk.rb
22 lines (18 loc) · 907 Bytes
/
bibdesk.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cask 'bibdesk' do
version '1.7.1'
sha256 'a189023bfa61ec2e53e04fb0a4a5011df182f2e7d106335352bce77b638c842a'
# 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