aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTyler Brock2014-06-02 13:56:53 -0400
committerMike McQuaid2014-06-02 21:39:01 +0100
commit6a8fd3d6374bcbaa34061298be5107876c5bbc97 (patch)
tree9c252ab6021f090839278ba32931922d14785c70 /Library
parent3d4a4a69f1da688ff34db8fcfeb2adb65588dccd (diff)
downloadhomebrew-6a8fd3d6374bcbaa34061298be5107876c5bbc97.tar.bz2
mongo-c 0.96.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mongo-c.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongo-c.rb b/Library/Formula/mongo-c.rb
index 4f48aa4c3..afc5aac3a 100644
--- a/Library/Formula/mongo-c.rb
+++ b/Library/Formula/mongo-c.rb
@@ -2,8 +2,8 @@ require 'formula'
class MongoC < Formula
homepage 'http://docs.mongodb.org/ecosystem/drivers/c/'
- url 'https://github.com/mongodb/mongo-c-driver/releases/download/0.94.2/mongo-c-driver-0.94.2.tar.gz'
- sha1 '5cc4dbb6298323f978de2a7367fe7ca50922037c'
+ url 'https://github.com/mongodb/mongo-c-driver/releases/download/0.96.0/mongo-c-driver-0.96.0.tar.gz'
+ sha1 '2719914366fd95e64e90fc672d7eb18b488e85e6'
depends_on 'pkg-config' => :build
depends_on 'libbson'