Skip to content

Commit

Permalink
SERVER-90736 Update Homebrew Formulae for New Major Patch Release (7.…
Browse files Browse the repository at this point in the history
…0.11)
  • Loading branch information
zackwintermdb committed May 22, 2024
1 parent 48981d9 commit 9713efb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Formula/mongodb-community.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ class MongodbCommunity < Formula
# frozen_string_literal: true

if Hardware::CPU.intel?
url "https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-7.0.8.tgz"
sha256 "dd5ce7e49e530c0a7ec4b28e9f4b82b8826750e01b4d6d1543f5f2e7388783ef"
url "https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-7.0.11.tgz"
sha256 "6e7e1ef6b81956a102298d3d916a78c31b02c349882e8ebbb31a04c87b76a136"
else
url "https://fastdl.mongodb.org/osx/mongodb-macos-arm64-7.0.8.tgz"
sha256 "d4649c00e5959f24c2b97619214575fff9fc0d24197a3f4f991560460c2dd086"
url "https://fastdl.mongodb.org/osx/mongodb-macos-arm64-7.0.11.tgz"
sha256 "6e2f76cda0f10a7499e65e4f790f1c14215e2a2ce3b5e276a03ccfcb07605183"
end

option "with-enable-test-commands", "Configures MongoDB to allow test commands such as failpoints"
Expand Down
8 changes: 4 additions & 4 deletions Formula/mongodb-enterprise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ class MongodbEnterprise < Formula
# frozen_string_literal: true
#
if Hardware::CPU.intel?
url "https://downloads.mongodb.com/osx/mongodb-macos-x86_64-enterprise-7.0.8.tgz"
sha256 "97c904de52b3cafd1714e322dfe36f1b63a83cd7eb05e51e1f557b0d90b4de68"
url "https://downloads.mongodb.com/osx/mongodb-macos-x86_64-enterprise-7.0.11.tgz"
sha256 "affa69a8aba356eaafb9da4dbed94598b1eaaebcfd427f4a0b8fe6273ad98a09"
else
url "https://downloads.mongodb.com/osx/mongodb-macos-arm64-enterprise-7.0.8.tgz"
sha256 "f188771c2fae4f2f3d7a96f6ae7939d10e550ffacb85bde56fe8926a8263439a"
url "https://downloads.mongodb.com/osx/mongodb-macos-arm64-enterprise-7.0.11.tgz"
sha256 "72e17cc8d6d3a7e106380aa768c259bc885a7ab34c9b6c879651c3e24cb15834"
end

license "MongoDB Customer Agreement"
Expand Down
8 changes: 4 additions & 4 deletions Formula/mongodb-mongocryptd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ class MongodbMongocryptd < Formula
homepage "https://www.mongodb.com/"

if Hardware::CPU.intel?
url "https://downloads.mongodb.com/osx/mongodb-cryptd-macos-x86_64-enterprise-7.0.8.tgz"
sha256 "3895ae325ee8cd958aa95552c8d18a0f982990bd5921d0cb7251d600137c0b8a"
url "https://downloads.mongodb.com/osx/mongodb-cryptd-macos-x86_64-enterprise-7.0.11.tgz"
sha256 "2e871f78dd5f2f49d6684db33e8bf4a17036ba92de9ad806fcf1b07b0b5a1b5e"
else
url "https://downloads.mongodb.com/osx/mongo_crypt_shared_v1-macos-arm64-enterprise-7.0.8.tgz"
sha256 "0d14548494cb358bbd7ccc3628ee03115e65fc3ee80865cd48bd9ed9735da1a4"
url "https://downloads.mongodb.com/osx/mongo_crypt_shared_v1-macos-arm64-enterprise-7.0.11.tgz"
sha256 "fde1ee0f208c9e5b9a3a63b4291a2b324038375ad621e55822016ce9348531c9"
end
license "MongoDB Customer Agreement"

Expand Down

0 comments on commit 9713efb

Please sign in to comment.