homebrew-cask/Casks/nimbus.rb

13 lines
473 B
Ruby
Raw Normal View History

2014-02-27 22:06:21 +08:00
class Nimbus < Cask
version '0.7.3'
sha256 '4915e57131db72e08c45e375e4a52a4441f70ef9cfb5a70e433d66949708e82b'
2014-09-26 20:09:04 +08:00
url "https://github.com/jnordberg/irccloudapp/releases/download/#{version}/Nimbus-#{version}.zip"
2014-10-15 23:43:53 +08:00
appcast 'https://github.com/jnordberg/irccloudapp/raw/master/appcast.xml',
:sha256 => 'aa3b9af94d19e8df33fc083ea87ffa8fe227742965d42368822b3e4d6ded9d03'
2014-02-27 22:06:21 +08:00
homepage 'https://github.com/jnordberg/irccloudapp'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:01 +08:00
app 'Nimbus.app'
2014-02-27 22:06:21 +08:00
end