homebrew-cask/Casks/jeromelebel-mongohub.rb

15 lines
529 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'jeromelebel-mongohub' do
2016-01-16 20:54:48 +08:00
version '3.1.4'
sha256 '9fdeb27aa87004f6c9c35c7736836ad952f11e1d678cda6e6215a8bdd617bbd3'
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'
2016-01-16 20:54:48 +08:00
appcast 'https://github.com/jeromelebel/MongoHub-Mac/releases.atom',
checkpoint: '6f591d790da4f6d9683753e2966899fe5efebd5c9b11d0ee91f1dd66ff2c4884'
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