homebrew-cask-versions/Casks/mongohub.rb
2014-09-17 07:42:53 -04:00

10 lines
263 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'
app 'MongoHub.app'
end