From c64084e53b2efde1d9c03ca79c0bee661cd396ed Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 13 Mar 2015 10:55:55 +0000 Subject: [PATCH] mongodb: add sha256, tag revision. --- Formula/mongodb.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/mongodb.rb b/Formula/mongodb.rb index 1c001b74f0..b9cbea7dd7 100644 --- a/Formula/mongodb.rb +++ b/Formula/mongodb.rb @@ -3,18 +3,18 @@ require "language/go" class Mongodb < Formula homepage "https://www.mongodb.org/" - url "https://fastdl.mongodb.org/src/mongodb-src-r3.0.0.tar.gz" - sha1 "f68219cc1226f164676f9c74909e82383e9215b8" + sha256 "c1fdbb6bbc33eafedc4aa363be2b3cdf1eea8b8eb618d25131c5a30def24aad9" # Mongo HEAD now requires mongo-tools, and Golang # https://jira.mongodb.org/browse/SERVER-15806 depends_on "go" => :build go_resource "github.com/mongodb/mongo-tools" do - url "https://github.com/mongodb/mongo-tools.git", :tag => "r3.0.0" + url "https://github.com/mongodb/mongo-tools.git", + :tag => "r3.0.0", + :revision => "e35a2e87876251835fcb60f5eb0c29baca04bc5e" end - bottle do sha1 "1dbdf906491863fbd4b264c1d8c39c1dd795fc5f" => :yosemite sha1 "2808b95d23a2b7c361f81a5d599a4047e9f57ef3" => :mavericks