homebrew-cask/Casks/nimbus.rb

14 lines
478 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-12-26 04:57:40 +08:00
appcast 'https://github.com/jnordberg/irccloudapp/releases.atom',
checkpoint: 'b104534c9831a6d7e8580e76d0ecc3b5c9266d2497ad811c684d12d2a7f9cf49'
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