homebrew-cask/Casks/mongohub.rb

14 lines
492 B
Ruby

cask :v1 => 'mongohub' do
version :latest
sha256 :no_check
url 'https://mongohub.s3.amazonaws.com/MongoHub.zip'
name 'MongoHub'
appcast 'https://mongohub.s3.amazonaws.com/mongohub_su_feed.xml',
:sha256 => 'c5c16c0ca7331624f6e8f6154b88bb16648ee66706d613c5fc0f4863ff7f1eb3'
homepage 'https://github.com/jeromelebel/MongoHub-Mac'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'MongoHub.app'
end