mongo-c-driver 1.9.4
Closes #26381. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
071bf30635
commit
5ea8df9b09
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.3/mongo-c-driver-1.9.3.tar.gz"
|
url "https://github.com/mongodb/mongo-c-driver/releases/download/1.9.4/mongo-c-driver-1.9.4.tar.gz"
|
||||||
sha256 "c2c94ef63aaa09efabcbadc4ac3c8740faa102266bdd2559d550f1955b824398"
|
sha256 "910c2f1b2e3df4d0ea39c2f242160028f90fcb8201f05339a730ec4ba70811fb"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue