homebrew-cask/Casks/jeromelebel-mongohub.rb

14 lines
531 B
Ruby

cask 'jeromelebel-mongohub' do
version '3.1.4'
sha256 '9fdeb27aa87004f6c9c35c7736836ad952f11e1d678cda6e6215a8bdd617bbd3'
# mongohub.s3.amazonaws.com was verified as official when first introduced to the cask
url 'https://mongohub.s3.amazonaws.com/MongoHub.zip'
appcast 'https://github.com/jeromelebel/MongoHub-Mac/releases.atom',
checkpoint: '526ff25bfc4e42b2d945c94305104681769944c06046b8fb3076e0bc506102a9'
name 'MongoHub'
homepage 'https://github.com/jeromelebel/MongoHub-Mac'
app 'MongoHub.app'
end