homebrew-cask-versions/Casks/mongohub.rb
2014-10-01 11:43:30 -04:00

11 lines
278 B
Ruby

class Mongohub < Cask
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