homebrew-cask/Casks/nimbus.rb

13 lines
388 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nimbus' do
2015-07-03 02:50:55 +08:00
version '0.7.4'
sha256 '833f747d74fae3f670f145fa7458623779a1b18b482f3c5828aea13581f64033'
2014-09-26 20:09:04 +08:00
url "https://github.com/jnordberg/irccloudapp/releases/download/#{version}/Nimbus-#{version}.zip"
2015-03-15 19:53:55 +08:00
appcast 'https://github.com/jnordberg/irccloudapp/releases.atom'
2015-04-16 01:21:30 +08:00
name 'Nimbus'
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