mongodb 3.2.4

Closes Homebrew/homebrew#49914.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Joep Loijens 2016-03-09 15:26:21 +01:00 committed by Xu Cheng
parent faee8c8f73
commit ffbc8c2fe7

View file

@ -5,13 +5,13 @@ class Mongodb < Formula
homepage "https://www.mongodb.org/" homepage "https://www.mongodb.org/"
stable do stable do
url "https://fastdl.mongodb.org/src/mongodb-src-r3.2.3.tar.gz" url "https://fastdl.mongodb.org/src/mongodb-src-r3.2.4.tar.gz"
sha256 "82030ada190095b5d95c0b59e9cf74efe9db602b49d2b8857b06f2683a5227fa" sha256 "b60743cc641de975c38e6e69ebbef60059ee9fe176cdd98bfab8d5c844dab42c"
go_resource "github.com/mongodb/mongo-tools" do go_resource "github.com/mongodb/mongo-tools" do
url "https://github.com/mongodb/mongo-tools.git", url "https://github.com/mongodb/mongo-tools.git",
:tag => "r3.2.3", :tag => "r3.2.4",
:revision => "6c05043c5d40471b27abe06f64c9cfddecac1110" :revision => "eacbffc3c185686fb572c9efa8fcfaf9e9fb5c32"
end end
end end