mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
300 B
Ruby
11 lines
300 B
Ruby
class Gitter < Cask
|
|
version '1.153'
|
|
sha256 '0f43013164d6c54d580d9bc2859d8325507a73f8db604b04cb42f04adefa6a8f'
|
|
|
|
url "http://update.gitter.im/osx/Gitter-#{version}.dmg"
|
|
appcast 'http://update.gitter.im/osx/appcast.xml'
|
|
homepage 'https://gitter.im/'
|
|
license :unknown
|
|
|
|
app 'Gitter.app'
|
|
end
|