forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadium.rb
23 lines (19 loc) · 810 Bytes
/
adium.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cask 'adium' do
version '1.5.10.4'
sha256 '31fa3fd32b86dd3381b60e0d5aafbc2a9452036f0fb4963bffbc2a6c64a9458b'
# adiumx.cachefly.net was verified as official when first introduced to the cask
url "https://adiumx.cachefly.net/Adium_#{version}.dmg"
appcast 'https://www.adium.im/sparkle/appcast-release.xml'
name 'Adium'
homepage 'https://www.adium.im/'
auto_updates true
app 'Adium.app'
zap trash: [
'~/Library/Application Support/Adium 2.0',
'~/Library/Caches/Adium',
'~/Library/Caches/com.adiumX.adiumX',
'~/Library/Caches/com.apple.helpd/Generated/Adium Help*',
'~/Library/Preferences/com.adiumX.adiumX.plist',
'~/Library/Saved Application State/com.adiumX.adiumX.savedState',
]
end