homebrew-cask/Casks/orelord-mongodb.rb

14 lines
493 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'orelord-mongodb' do
version '1.2'
sha256 '9b7f6e8988a3169bf5f234ee10f93823a16750b3c1d4de524cd2e2f09452fd02'
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',
checkpoint: '0abd71958d358346fba3d4115621aeabc753d12a80b0859f904ae3f636e22b9a'
2015-04-17 22:34:04 +08:00
name 'MongoDB'
2016-06-18 07:03:42 +08:00
homepage 'https://github.com/orelord/mongodbx-app'
license :oss
app 'MongoDB.app'
end