homebrew-cask/Casks/hexchat.rb

13 lines
350 B
Ruby

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