Skip to content

Commit

Permalink
Merge pull request #220 from mongodb/SERVER-94080-3
Browse files Browse the repository at this point in the history
SERVER-94080 Update Homebrew Formulae for New Major Patch Release (5.0.29)
  • Loading branch information
zackwintermdb authored Aug 30, 2024
2 parents 261d437 + fe98166 commit 0e720cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Formula/mongodb-community-shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class MongodbCommunityShell < Formula

# frozen_string_literal: true

url "https://fastdl.mongodb.org/osx/mongodb-shell-macos-x86_64-5.0.28.tgz"
sha256 "d630d3a5d3b58fe85cd92e39b719a01120c3c3447b0e1b57a5e440e6127b9c26"
url "https://fastdl.mongodb.org/osx/mongodb-shell-macos-x86_64-5.0.29.tgz"
sha256 "092652e5c4bd3fc3669a6b2ec1705a5caa69cceead8f497eae4742760f328575"

def install
prefix.install Dir["*"]
Expand Down
4 changes: 2 additions & 2 deletions Formula/mongodb-community@5.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class MongodbCommunityAT50 < Formula

# frozen_string_literal: true

url "https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-5.0.28.tgz"
sha256 "8beea68363f378cadba9ca530c17a63aa3a23454d9fcca712459bc09b2528c35"
url "https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-5.0.29.tgz"
sha256 "a461bb640f8a1ebe3d6c5151aef3355f5ff84c9364a02a2ee1448d2d74666033"

option "with-enable-test-commands", "Configures MongoDB to allow test commands such as failpoints"

Expand Down
4 changes: 2 additions & 2 deletions Formula/mongodb-enterprise@5.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class MongodbEnterpriseAT50 < Formula

# frozen_string_literal: true

url "https://downloads.mongodb.com/osx/mongodb-macos-x86_64-enterprise-5.0.28.tgz"
sha256 "0486e86c19413df5524d12cee6019508abcb6d25a18e5bed2712a9dc361e4ed1"
url "https://downloads.mongodb.com/osx/mongodb-macos-x86_64-enterprise-5.0.29.tgz"
sha256 "38ca87c776fc1024754aba18d6785d4f7d107afde36e3e0fca31e4af034cbe44"
license "MongoDB Customer Agreement"

def caveats
Expand Down
4 changes: 2 additions & 2 deletions Formula/mongodb-mongocryptd@5.0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class MongodbMongocryptdAT50 < Formula
desc "mongocryptd service for Client Side Encryption"
homepage "https://www.mongodb.com/"

url "https://downloads.mongodb.com/osx/mongodb-cryptd-macos-x86_64-enterprise-5.0.28.tgz"
sha256 "8d43a126d4ee449d5a977eb50395615d276ee40ed43cac76406e2324f7416963"
url "https://downloads.mongodb.com/osx/mongodb-cryptd-macos-x86_64-enterprise-5.0.29.tgz"
sha256 "6c0ef5f33b1d9b4be32262fe2da98e20b27622f340c276666caaaf5713e421cd"
license "MongoDB Customer Agreement"

def caveats
Expand Down

0 comments on commit 0e720cf

Please sign in to comment.