homebrew-cask/Casks/jeromelebel-mongohub.rb

14 lines
386 B
Ruby
Raw Normal View History

2015-01-06 01:08:45 +08:00
cask :v1 => 'jeromelebel-mongohub' do
2014-09-17 19:42:53 +08:00
version :latest
sha256 :no_check
2015-01-06 00:25:30 +08:00
# amazonaws.com is the official download host per the vendor homepage
url 'https://mongohub.s3.amazonaws.com/MongoHub.zip'
2014-05-14 21:40:01 +08:00
appcast 'https://mongohub.s3.amazonaws.com/mongohub_su_feed.xml'
2015-01-05 05:49:06 +08:00
name 'MongoHub'
2015-01-06 01:08:45 +08:00
homepage 'https://github.com/jeromelebel/MongoHub-Mac'
2014-10-01 23:33:24 +08:00
license :oss
2014-09-16 00:05:58 +08:00
app 'MongoHub.app'
end