homebrew-cask/Casks/nimbus.rb

12 lines
384 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-06-04 19:51:04 +08:00
appcast 'https://github.com/jnordberg/irccloudapp/raw/master/appcast.xml'
2014-02-27 22:06:21 +08:00
homepage 'https://github.com/jnordberg/irccloudapp'
2014-10-01 23:33:29 +08:00
license :oss
2014-09-16 00:06:01 +08:00
app 'Nimbus.app'
2014-02-27 22:06:21 +08:00
end