diff options
| author | Mike McQuaid | 2015-03-13 10:55:55 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 10:56:19 +0000 |
| commit | 8e579374a185e8654487975ed11b484c84e05f90 (patch) | |
| tree | baba88a13b17c25998e20b2cf59c9f8035e86b3a | |
| parent | 058e57ffb11acfa5432c73ac55807ec30ba35b50 (diff) | |
| download | homebrew-8e579374a185e8654487975ed11b484c84e05f90.tar.bz2 | |
mongodb: add sha256, tag revision.
| -rw-r--r-- | Library/Formula/mongodb.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 1c001b74f..b9cbea7dd 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/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 |
