mongodb@3.2 3.2.21

Closes #31877.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
commitay 2018-09-07 14:32:07 +10:00 committed by FX Coudert
parent 469e9a657e
commit c8acca80f6

View file

@ -3,8 +3,8 @@ require "language/go"
class MongodbAT32 < Formula class MongodbAT32 < Formula
desc "High-performance, schema-free, document-oriented database" desc "High-performance, schema-free, document-oriented database"
homepage "https://www.mongodb.org/" homepage "https://www.mongodb.org/"
url "https://fastdl.mongodb.org/src/mongodb-src-r3.2.20.tar.gz" url "https://fastdl.mongodb.org/src/mongodb-src-r3.2.21.tar.gz"
sha256 "a8d453e343a52f4358e68e4da40966d666706e802235796b41e2b2bd93a77d74" sha256 "8263befc10319809ea14e5cbf230c55113de7b38510b42a6ad27125dfa674371"
bottle do bottle do
sha256 "e78ad906e46fe68c3285fea13968561361a4132ec55d2e44080fc5524f57cf47" => :mojave sha256 "e78ad906e46fe68c3285fea13968561361a4132ec55d2e44080fc5524f57cf47" => :mojave
@ -26,7 +26,7 @@ class MongodbAT32 < Formula
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.20", :tag => "r3.2.21",
:revision => "f207093c46939fd42f12980a058370c013c26338", :revision => "f207093c46939fd42f12980a058370c013c26338",
:shallow => false :shallow => false
end end