homebrew-cask/Casks/icq.rb

20 lines
667 B
Ruby

cask 'icq' do
version '3.0.26705'
sha256 '81843ac755b43f9ef51da787840d5fbab7b175515da319a42dab576d8a59cb0e'
# hb.bizmrg.com/icq-www was verified as official when first introduced to the cask
url 'https://hb.bizmrg.com/icq-www/mac/x64/icq.dmg'
appcast "https://icq-www.hb.bizmrg.com/mac/x64/#{version}/version.xml"
name 'ICQ'
homepage 'https://icq.com/mac/en'
app 'ICQ.app'
zap trash: [
'~/Library/Application Support/ICQ',
'~/Library/Caches/com.icq.macicq',
'~/Library/Preferences/com.icq.macicq.plist',
'~/Library/Saved Application State/com.icq.macicq.savedState',
]
end