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