From 442b8956ae8858a26107a5ee50c79ca63c27d61c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:13:37 +0000 Subject: [PATCH 1/2] mongo-c-driver 2.2.0 --- Formula/m/mongo-c-driver.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/m/mongo-c-driver.rb b/Formula/m/mongo-c-driver.rb index f6bf7b8a8a5be..9451681e4f0b3 100644 --- a/Formula/m/mongo-c-driver.rb +++ b/Formula/m/mongo-c-driver.rb @@ -1,8 +1,8 @@ class MongoCDriver < Formula desc "C driver for MongoDB" homepage "https://github.com/mongodb/mongo-c-driver" - url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.1.2.tar.gz" - sha256 "df1280403326611dd3d8277a93be2301fae481c68cc749bb746d7bea81417ee9" + url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.2.0.tar.gz" + sha256 "bbbe7718f0c2c264083da15a132f877f8286d31c9f5bba15605ffc58c0bc94ae" license "Apache-2.0" head "https://github.com/mongodb/mongo-c-driver.git", branch: "master" @@ -24,6 +24,7 @@ class MongoCDriver < Formula depends_on "pkgconf" => :build depends_on "sphinx-doc" => :build depends_on "openssl@3" + depends_on "zstd" uses_from_macos "zlib" From 0d0fb18f964ccaa90c63ea581efab45249f58ce2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:11:12 +0000 Subject: [PATCH 2/2] mongo-c-driver: update 2.2.0 bottle. --- Formula/m/mongo-c-driver.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/m/mongo-c-driver.rb b/Formula/m/mongo-c-driver.rb index 9451681e4f0b3..26e3e0ede5990 100644 --- a/Formula/m/mongo-c-driver.rb +++ b/Formula/m/mongo-c-driver.rb @@ -12,12 +12,12 @@ class MongoCDriver < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "3540bc4ef97a6e41214eaaea4b7365605b5107c387466bd566d5cd0caedfdfbb" - sha256 cellar: :any, arm64_sequoia: "88148e3d21d7c5f52e3542d40d68cee3d7fced83798219cc58db1c57acf15802" - sha256 cellar: :any, arm64_sonoma: "d3a96d3c935806374bdfa503e3ad76e6a522f7bb217eee94735ef08f215d3658" - sha256 cellar: :any, sonoma: "cde45f9942f638ee4dd5776dc9e170bf947d5b4f225aa9b725254112b9919880" - sha256 cellar: :any_skip_relocation, arm64_linux: "9a72eeaca5e4664d62682f745056be87783b02e2f39f8aeca9d8f44f8079b67f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8ee224052b1dbb7ab98167d37bcc2cda3440e0db96e7f345eb9a4bfc7fd6b03" + sha256 cellar: :any, arm64_tahoe: "9d29a0b4224684759851548116aa3074881767f8b45b6ec16396f7b8cacdc00d" + sha256 cellar: :any, arm64_sequoia: "a54696c096b9ed3ed9520e6b444cd2598a01ac60f3321bae0f1574c5f236ddfd" + sha256 cellar: :any, arm64_sonoma: "d47ed4eb501fd2d3247a7f71671b3cfbaa9109c91b4642ab28ad14ded18473f3" + sha256 cellar: :any, sonoma: "51e16f7a99c86d544f908e611292fa53f0e6a6aa22d0d5432ec0ce5c6bb3fb5e" + sha256 cellar: :any_skip_relocation, arm64_linux: "d8d59f991f30feffcddd3fa3c75c26acfca22a001d9cba8fb60ab3d06be3d954" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2df8a69e44caab60f02e447d775ae76cc63285a7cb13b57ac2e5229371ca39d2" end depends_on "cmake" => :build