Commit 184d246a authored by Damian Montero's avatar Damian Montero Committed by Michał Siwek

MongoDB Package added

parent 452ca069
require 'package'
class Mongodb < Package
version '3.0.8'
binary_url ({
i686: "https://www.dropbox.com/s/n32v3h34jswxhg7/mongodb-linux-i686-3.0.8.tar.gz?dl=0",
x86_64: "https://www.dropbox.com/s/two0chqyim5eo4a/mongodb-linux-x86_64-3.0.8.tar.gz?dl=0"
})
binary_sha1 ({
i686: "71fd4324ce91352416eea83149432b953928306e",
x86_64: "fdbf8ad9207dc5fd31af0113e9c00e02521e9101"
})
end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment