Skip to content

Commit 442b895

Browse files
BrewTestBotbotantony
authored andcommitted
mongo-c-driver 2.2.0
1 parent e1fb63a commit 442b895

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/m/mongo-c-driver.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class MongoCDriver < Formula
22
desc "C driver for MongoDB"
33
homepage "https://github.com/mongodb/mongo-c-driver"
4-
url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.1.2.tar.gz"
5-
sha256 "df1280403326611dd3d8277a93be2301fae481c68cc749bb746d7bea81417ee9"
4+
url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.2.0.tar.gz"
5+
sha256 "bbbe7718f0c2c264083da15a132f877f8286d31c9f5bba15605ffc58c0bc94ae"
66
license "Apache-2.0"
77
head "https://github.com/mongodb/mongo-c-driver.git", branch: "master"
88

@@ -24,6 +24,7 @@ class MongoCDriver < Formula
2424
depends_on "pkgconf" => :build
2525
depends_on "sphinx-doc" => :build
2626
depends_on "openssl@3"
27+
depends_on "zstd"
2728

2829
uses_from_macos "zlib"
2930

0 commit comments

Comments
 (0)