diff options
| author | Brett Koonce | 2014-09-23 07:30:09 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:44:57 -0700 |
| commit | 83f1d2e9f7022b147534ca235a4f9fba86c48908 (patch) | |
| tree | b0be366ecffedd33aae0eeeaf1d6a86cecada63c /Library/Formula | |
| parent | 745ba59ab46ccae748a8186d3248c01895fd4a28 (diff) | |
| download | homebrew-83f1d2e9f7022b147534ca235a4f9fba86c48908.tar.bz2 | |
libmongoclient/mongo-cxx-driver 2.6.4
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libmongoclient.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/libmongoclient.rb b/Library/Formula/libmongoclient.rb index 905dff855..87371d8bc 100644 --- a/Library/Formula/libmongoclient.rb +++ b/Library/Formula/libmongoclient.rb @@ -1,11 +1,11 @@ -require 'formula' +require "formula" class Libmongoclient < Formula - homepage 'http://www.mongodb.org' - url 'https://github.com/mongodb/mongo-cxx-driver/archive/legacy-0.0-26compat-2.6.1.tar.gz' - sha1 'a45e66d5182ede6b3a0f5bd5e020ebeb48dbddbe' + homepage "http://www.mongodb.org" + url "https://github.com/mongodb/mongo-cxx-driver/archive/legacy-0.0-26compat-2.6.4.tar.gz" + sha1 "98510e610c7ad05b238149f6440c16c4c4cd21d9" - head 'https://github.com/mongodb/mongo-cxx-driver.git', :branch => "26compat" + head "https://github.com/mongodb/mongo-cxx-driver.git", :branch => "26compat" bottle do sha1 "794336b0ae7cc2b867954e690ac640e299d063fd" => :mavericks @@ -15,12 +15,12 @@ class Libmongoclient < Formula option :cxx11 - depends_on 'scons' => :build + depends_on "scons" => :build if build.cxx11? - depends_on 'boost' => 'c++11' + depends_on "boost" => "c++11" else - depends_on 'boost' + depends_on "boost" end def install |
