mongo-c 1.1.0
Closes Homebrew/homebrew#36398. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
213c93babb
commit
3229fce365
1 changed files with 2 additions and 2 deletions
|
@ -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/1.0.2/mongo-c-driver-1.0.2.tar.gz"
|
||||
sha1 "baa425d64dddf5f8267beb0cef509df5b80e5abb"
|
||||
url "https://github.com/mongodb/mongo-c-driver/releases/download/1.1.0/mongo-c-driver-1.1.0.tar.gz"
|
||||
sha1 "9277fb0afcf595838da0d5e4715df1526d53e020"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue