mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
249 B
Ruby
9 lines
249 B
Ruby
class Hexchat < Cask
|
|
version '2.10.0'
|
|
sha256 'b23f36027d81c6b1152e9ad32793e5466df33dafb5bce508d1391c6de82c156d'
|
|
|
|
url "http://dl.hexchat.net/hexchat/osx/HexChat-#{version}.app.zip"
|
|
homepage 'http://hexchat.github.io'
|
|
|
|
app 'HexChat.app'
|
|
end
|