homebrew-cask/Casks/gitter.rb

13 lines
389 B
Ruby
Raw Normal View History

2014-01-31 21:27:02 +08:00
class Gitter < Cask
2014-08-23 02:10:52 +08:00
version '1.153'
sha256 '0f43013164d6c54d580d9bc2859d8325507a73f8db604b04cb42f04adefa6a8f'
2014-09-26 20:08:56 +08:00
url "http://update.gitter.im/osx/Gitter-#{version}.dmg"
2014-10-15 23:43:50 +08:00
appcast 'http://update.gitter.im/osx/appcast.xml',
:sha256 => 'd7f4a27606703839676ad13c58c1d21c4ac9dae5d76ccff28f92e7d58b787912'
2014-01-31 21:27:02 +08:00
homepage 'https://gitter.im/'
2014-10-01 23:32:58 +08:00
license :unknown
2014-09-16 00:05:38 +08:00
app 'Gitter.app'
2014-01-31 21:27:02 +08:00
end