homebrew-cask/Casks/mongodb.rb

12 lines
381 B
Ruby
Raw Normal View History

2014-11-14 01:26:25 +08:00
cask :v1 => 'mongodb' do
version '1.2'
sha256 '9b7f6e8988a3169bf5f234ee10f93823a16750b3c1d4de524cd2e2f09452fd02'
2015-01-18 09:42:24 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:09:03 +08:00
url "https://github.com/orelord/mongodbx-app/releases/download/v#{version}/MongoDBX-#{version}-2.4.9.zip"
homepage 'http://mongodbx-app.orelord.com/'
2014-10-01 23:33:24 +08:00
license :oss
2014-09-16 00:05:58 +08:00
app 'MongoDB.app'
end