We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb63a commit ffa96e9Copy full SHA for ffa96e9
Formula/m/mongo-c-driver.rb
@@ -1,8 +1,8 @@
1
class MongoCDriver < Formula
2
desc "C driver for MongoDB"
3
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"
+ url "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/2.2.0.tar.gz"
+ sha256 "bbbe7718f0c2c264083da15a132f877f8286d31c9f5bba15605ffc58c0bc94ae"
6
license "Apache-2.0"
7
head "https://github.com/mongodb/mongo-c-driver.git", branch: "master"
8
0 commit comments