homebrew-cask-versions/Casks/mongohub.rb
2014-11-13 12:36:21 -05:00

11 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