homebrew-cask/Casks/mongohub.rb

12 lines
282 B
Ruby

cask :v1 => 'mongohub' do
version :latest
sha256 :no_check
url 'https://mongohub.s3.amazonaws.com/MongoHub.zip'
appcast 'https://mongohub.s3.amazonaws.com/mongohub_su_feed.xml'
homepage 'https://github.com/fotonauts/MongoHub-Mac'
license :oss
app 'MongoHub.app'
end