Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongo-cxx-driver 3.11.0 #192653

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/m/mongo-cxx-driver.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class MongoCxxDriver < Formula
desc "C++ driver for MongoDB"
homepage "https://github.com/mongodb/mongo-cxx-driver"
url "https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.10.2/mongo-cxx-driver-r3.10.2.tar.gz"
sha256 "52b99b2866019b5ea25d15c5a39e2a88c70fe1259c40f1091deff8bfae0194be"
url "https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.11.0/mongo-cxx-driver-r3.11.0.tar.gz"
sha256 "cb4263229d769ec44aa66563e2dd2d70c6384c85d93840a52fe26b15436c54f1"
license "Apache-2.0"
head "https://github.com/mongodb/mongo-cxx-driver.git", branch: "master"

Expand All @@ -26,7 +26,7 @@
depends_on "pkg-config" => :test
depends_on "mongo-c-driver"

def install

Check failure on line 29 in Formula/m/mongo-cxx-driver.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle mongo-cxx-driver` failed on Linux!

::error::mongo-cxx-driver 3.11.0 did not build
# We want to avoid shims referencing in examples,
# but we need to have examples/CMakeLists.txt file to make cmake happy
pkgshare.install "examples"
Expand Down
Loading