homebrew-cask/Casks/hexchat.rb

13 lines
350 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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
url "https://dl.hexchat.net/hexchat/osx/HexChat-#{version}.app.zip"
2015-04-02 04:14:59 +08:00
name 'HexChat'
homepage 'https://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