Skip to content

Commit

Permalink
Merge pull request mongodb#213 from mongodb/SERVER-92220
Browse files Browse the repository at this point in the history
SERVER-92220 Update Homebrew Formulae for New Major Patch Release (5.0.28)
  • Loading branch information
zackwintermdb authored Jul 11, 2024
2 parents f88b30a + e6d32ee commit f1e8561
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.27.tgz"
sha256 "bc710e674e413e733e74acde92e63f56f4f8074f12091bb5d59f9f9ee92c15dc"
url "https://fastdl.mongodb.org/osx/mongodb-shell-macos-x86_64-5.0.28.tgz"
sha256 "d630d3a5d3b58fe85cd92e39b719a01120c3c3447b0e1b57a5e440e6127b9c26"

def install
prefix.install Dir["*"]
Expand Down
4 changes: 2 additions & 2 deletions Formula/[email protected]
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.27.tgz"
sha256 "ddbca10c1bbe0824ceb72e034763a050acbe8c73d677b827deb66d6345570a5d"
url "https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-5.0.28.tgz"
sha256 "8beea68363f378cadba9ca530c17a63aa3a23454d9fcca712459bc09b2528c35"

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

Expand Down
4 changes: 2 additions & 2 deletions Formula/[email protected]
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.27.tgz"
sha256 "33005181d14789d5a26fe0801ab926c4f160b6cdd415aa542771e1cf9effc208"
url "https://downloads.mongodb.com/osx/mongodb-macos-x86_64-enterprise-5.0.28.tgz"
sha256 "0486e86c19413df5524d12cee6019508abcb6d25a18e5bed2712a9dc361e4ed1"
license "MongoDB Customer Agreement"

def caveats
Expand Down
4 changes: 2 additions & 2 deletions Formula/[email protected]
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.27.tgz"
sha256 "4e01d797d7f2658dc1618d003c928e6e631748fc7365e25fe61d68e63f455fe3"
url "https://downloads.mongodb.com/osx/mongodb-cryptd-macos-x86_64-enterprise-5.0.28.tgz"
sha256 "8d43a126d4ee449d5a977eb50395615d276ee40ed43cac76406e2324f7416963"
license "MongoDB Customer Agreement"

def caveats
Expand Down

0 comments on commit f1e8561

Please sign in to comment.