mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
10 lines
241 B
Ruby
10 lines
241 B
Ruby
class Hipchat < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://www.hipchat.com/downloads/latest/mac'
|
|
appcast 'https://www.hipchat.com/release_notes/appcast/mac'
|
|
homepage 'https://www.hipchat.com/'
|
|
|
|
link 'HipChat.app'
|
|
end
|