Skip to content

Commit df671d4

Browse files
committed
1 parent bcc54d5 commit df671d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/mongosh.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
class Mongosh < Formula
44
desc "The MongoDB Shell"
55
homepage "https://github.com/mongodb-js/mongosh#readme"
6-
url "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-0.0.6.tgz"
7-
version "0.0.6"
6+
url "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-0.0.7.tgz"
7+
version "0.0.7"
88

99
# This is the checksum of the archive. Can be obtained with:
10-
# curl -s https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-0.0.6.tgz | shasum -a 256
11-
sha256 "23bb944fc189778f72c7276806abe69a61e711b938d53645cfe8dd2668178313"
10+
# curl -s https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-0.0.7.tgz | shasum -a 256
11+
sha256 "c4ce102fcaead688327516b6310562860db25d0c067ac5e20cd96f244002ab82"
1212

1313
depends_on "node"
1414

0 commit comments

Comments
 (0)