Skip to content

Commit 35cfe41

Browse files
authored
Merge pull request #255898 from Homebrew/bump-mongo-c-driver-2.2.0
mongo-c-driver 2.2.0
2 parents 6a4fdb1 + 0d0fb18 commit 35cfe41

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Formula/m/mongo-c-driver.rb

Lines changed: 9 additions & 8 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

@@ -12,18 +12,19 @@ class MongoCDriver < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "3540bc4ef97a6e41214eaaea4b7365605b5107c387466bd566d5cd0caedfdfbb"
16-
sha256 cellar: :any, arm64_sequoia: "88148e3d21d7c5f52e3542d40d68cee3d7fced83798219cc58db1c57acf15802"
17-
sha256 cellar: :any, arm64_sonoma: "d3a96d3c935806374bdfa503e3ad76e6a522f7bb217eee94735ef08f215d3658"
18-
sha256 cellar: :any, sonoma: "cde45f9942f638ee4dd5776dc9e170bf947d5b4f225aa9b725254112b9919880"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "9a72eeaca5e4664d62682f745056be87783b02e2f39f8aeca9d8f44f8079b67f"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8ee224052b1dbb7ab98167d37bcc2cda3440e0db96e7f345eb9a4bfc7fd6b03"
15+
sha256 cellar: :any, arm64_tahoe: "9d29a0b4224684759851548116aa3074881767f8b45b6ec16396f7b8cacdc00d"
16+
sha256 cellar: :any, arm64_sequoia: "a54696c096b9ed3ed9520e6b444cd2598a01ac60f3321bae0f1574c5f236ddfd"
17+
sha256 cellar: :any, arm64_sonoma: "d47ed4eb501fd2d3247a7f71671b3cfbaa9109c91b4642ab28ad14ded18473f3"
18+
sha256 cellar: :any, sonoma: "51e16f7a99c86d544f908e611292fa53f0e6a6aa22d0d5432ec0ce5c6bb3fb5e"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "d8d59f991f30feffcddd3fa3c75c26acfca22a001d9cba8fb60ab3d06be3d954"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2df8a69e44caab60f02e447d775ae76cc63285a7cb13b57ac2e5229371ca39d2"
2121
end
2222

2323
depends_on "cmake" => :build
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)