mongo-c-driver 1.9.3
Closes #24671. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
888161c084
commit
5bb5405e71
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class MongoCDriver < Formula
|
class MongoCDriver < Formula
|
||||||
desc "C driver for MongoDB"
|
desc "C driver for MongoDB"
|
||||||
homepage "https://github.com/mongodb/mongo-c-driver"
|
homepage "https://github.com/mongodb/mongo-c-driver"
|
||||||
url "https://github.com/mongodb/mongo-c-driver/releases/download/1.9.2/mongo-c-driver-1.9.2.tar.gz"
|
url "https://github.com/mongodb/mongo-c-driver/releases/download/1.9.3/mongo-c-driver-1.9.3.tar.gz"
|
||||||
sha256 "02218d67ebe7b45476bff9b27a94c78a18b348604148ec818edd81c2133adad2"
|
sha256 "c2c94ef63aaa09efabcbadc4ac3c8740faa102266bdd2559d550f1955b824398"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue