File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments