mongodb 3.2.11
Closes #7068. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
f65b1028cc
commit
8f159a1485
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Mongodb < Formula
|
||||
desc "High-performance, schema-free, document-oriented database"
|
||||
homepage "https://www.mongodb.org/"
|
||||
url "https://fastdl.mongodb.org/src/mongodb-src-r3.2.10.tar.gz"
|
||||
sha256 "3bef44f50f302159c26194bcac9d51c81d98d57ea728f55400774850a70f5120"
|
||||
url "https://fastdl.mongodb.org/src/mongodb-src-r3.2.11.tar.gz"
|
||||
sha256 "625eb28fd47b2af63b30343a064de7f42e5265f4c642874ec766ba3643fd80d7"
|
||||
|
||||
bottle do
|
||||
sha256 "c651791d8ccdc813304e45c0375125917dc7b69a5f30dd15208ed1c612d73f54" => :sierra
|
||||
|
@ -23,7 +23,7 @@ class Mongodb < Formula
|
|||
|
||||
go_resource "github.com/mongodb/mongo-tools" do
|
||||
url "https://github.com/mongodb/mongo-tools.git",
|
||||
:tag => "r3.2.10",
|
||||
:tag => "r3.2.11",
|
||||
:revision => "45418a84270bd822db0d6d0c37a0264efb0e86d2",
|
||||
:shallow => false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue