Files
homebrew-cask/Casks/n/nimbus.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

12 lines
339 B
Ruby

cask "nimbus" do
version "0.8.0"
sha256 "0fec9d878c457a0776deb40a2d3982bdf5aa5de27253ae2a10894520457d9b57"
url "https://github.com/jnordberg/irccloudapp/releases/download/#{version}/Nimbus.zip"
name "Nimbus"
desc "Standalone IRCCloud desktop client"
homepage "https://github.com/jnordberg/irccloudapp"
app "Nimbus.app"
end