homebrew-cask/Casks/limechat.rb

28 lines
971 B
Ruby
Raw Normal View History

2014-11-14 01:26:15 +08:00
cask :v1 => 'limechat' do
2014-12-11 00:55:20 +08:00
if MacOS.release <= :lion
2014-10-04 21:57:56 +08:00
version '2.38'
sha256 '1d7bf505ce60f1bfeb809de67d9f07c996a19eaa6d43b3c5e9df3fcc76077e11'
else
version '2.42'
2014-10-04 21:57:56 +08:00
sha256 '708d10591784e5beb7ed80236d809d5cd4f992c133483bc2a82775acdc6f1f0f'
end
2015-01-18 08:52:39 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:42 +08:00
url "http://downloads.sourceforge.net/project/limechat/limechat/LimeChat_#{version}.tbz"
2014-10-15 23:43:52 +08:00
appcast 'http://limechat.net/mac/appcast.xml',
:sha256 => '32dd2f6795c4f19940a8bb8a093b5b297167c28a4b6712cb94d6de14f1002e4f'
2015-04-09 02:28:40 +08:00
name 'LimeChat'
2013-02-19 01:20:00 +08:00
homepage 'http://limechat.net/mac/'
license :gpl
2014-09-16 00:05:51 +08:00
app 'LimeChat.app'
2014-11-22 22:24:19 +08:00
2014-12-17 15:45:25 +08:00
zap :delete => [
'~/Library/Application Support/LimeChat',
'~/Library/Caches/net.limechat.LimeChat',
'~/Library/Preferences/net.limechat.LimeChat.plist',
'~/Library/Preferences/net.limechat.LimeChat-AppStore.plist'
]
2013-02-19 01:20:00 +08:00
end