homebrew-cask/Casks/mongodb.rb

10 lines
293 B
Ruby
Raw Normal View History

class Mongodb < Cask
version '1.2'
sha256 '9b7f6e8988a3169bf5f234ee10f93823a16750b3c1d4de524cd2e2f09452fd02'
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-09-16 00:05:58 +08:00
app 'MongoDB.app'
end