homebrew-cask/Casks/hexchat.rb

11 lines
268 B
Ruby
Raw Normal View History

2014-11-14 01:26:01 +08:00
cask :v1 => 'hexchat' do
2014-11-28 14:37:47 +08:00
version '2.10.2'
sha256 'd4b20b528c741de69a41afab057ce935f1f8ef19e3ecda6dc7a56d7b829cf3a1'
2014-09-26 20:08:57 +08:00
url "http://dl.hexchat.net/hexchat/osx/HexChat-#{version}.app.zip"
homepage 'http://hexchat.github.io'
2014-10-01 23:33:02 +08:00
license :oss
2014-09-16 00:05:41 +08:00
app 'HexChat.app'
2014-06-02 02:16:20 +08:00
end