homebrew-cask/Casks/orelord-mongodb.rb

15 lines
554 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'orelord-mongodb' do
version '1.2'
sha256 '9b7f6e8988a3169bf5f234ee10f93823a16750b3c1d4de524cd2e2f09452fd02'
# github.com is the official download host per the vendor homepage
url "https://github.com/orelord/mongodbx-app/releases/download/v#{version}/MongoDBX-#{version}-2.4.9.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/orelord/mongodbx-app/releases.atom',
:sha256 => '0abd71958d358346fba3d4115621aeabc753d12a80b0859f904ae3f636e22b9a'
2015-04-17 22:34:04 +08:00
name 'MongoDB'
homepage 'http://mongodbx-app.orelord.com/'
license :oss
app 'MongoDB.app'
end