homebrew-cask/Casks/icq.rb

20 lines
667 B
Ruby

cask 'icq' do
version '3.0.25328'
sha256 '86d4b47ec666e6107f7b027da43153305d73c3c4fddd61faff9a265f6265e48c'
# 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