homebrew-cask/Casks/hexchat.rb

12 lines
338 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'
2015-01-18 04:01:42 +08:00
# hexchat.net is the official download host per the vendor homepage
2014-09-26 20:08:57 +08:00
url "http://dl.hexchat.net/hexchat/osx/HexChat-#{version}.app.zip"
homepage 'http://hexchat.github.io'
license :gpl
2014-09-16 00:05:41 +08:00
app 'HexChat.app'
2014-06-02 02:16:20 +08:00
end