homebrew-cask/Casks/hexchat.rb

14 lines
492 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'
2016-11-23 21:33:57 +08:00
# hexchat.net was verified as official when first introduced to the cask
url "https://dl.hexchat.net/hexchat/osx/HexChat-#{version}.app.zip"
2016-02-11 05:52:49 +08:00
appcast 'https://github.com/hexchat/hexchat/releases.atom',
checkpoint: 'bf6e520b7f29913768f3f624bf9c8be7c7dafa7f9ed25994309732862c84e46d'
2015-04-02 04:14:59 +08:00
name 'HexChat'
2016-11-23 21:33:57 +08:00
homepage 'https://hexchat.github.io/'
2014-09-16 00:05:41 +08:00
app 'HexChat.app'
2014-06-02 02:16:20 +08:00
end