homebrew-cask-versions/Casks/hexchat.rb
2015-04-01 23:14:59 +03:00

12 lines
355 B
Ruby

cask :v1 => 'hexchat' do
version '2.10.2'
sha256 'd4b20b528c741de69a41afab057ce935f1f8ef19e3ecda6dc7a56d7b829cf3a1'
# hexchat.net is the official download host per the vendor homepage
url "http://dl.hexchat.net/hexchat/osx/HexChat-#{version}.app.zip"
name 'HexChat'
homepage 'http://hexchat.github.io'
license :gpl
app 'HexChat.app'
end