Skip to content

Commit

Permalink
Update mongodb-database-tools.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tdq45gj committed May 31, 2023
1 parent 5ccf39e commit 9885ba1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Formula/mongodb-database-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ class MongodbDatabaseTools < Formula

# frozen_string_literal: true

sha256 "0bd3a30d5eb2ffc3a77cd3b8fef39c477b5ec168cc62c3dec8fb43863586b3b1"

if Hardware::CPU.intel?
url "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-macos-x86_64-100.7.1.zip"
sha256 "43479d39caaa9df8e88c0794fd71c3a31d3a2b33f5c819281af5046cbf5686b3"
url "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-macos-x86_64-100.7.2.zip"
sha256 "cb92b689f04e4d4fd24ff9e340fecaf329fdf333b1219bcf9949bbdc592e3f30"
else
url "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-macos-arm64-100.7.1.zip"
sha256 "2f69f8115d1bed8bbc57cfe0435c5deb14ef93f2b490277be5545bece426d8f1"
url "https://fastdl.mongodb.org/tools/db/mongodb-database-tools-macos-arm64-100.7.2.zip"
sha256 "ab4799c2748b0620715a608a9f1bfe1b0b52ab157e40bc0d4d87469be55297dc"
end

def install
Expand Down

0 comments on commit 9885ba1

Please sign in to comment.